mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
3c6ad33ead
Co-authored-by: Billy O'Neal <bion@microsoft.com>
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"name": "libprotobuf-mutator",
|
|
"version": "1.1",
|
|
"description": "Library for structured fuzzing with protobuffers.",
|
|
"dependencies": [
|
|
"liblzma",
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|