diff options
Diffstat (limited to 'vcpkg/ports/iguana/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/iguana/vcpkg.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/iguana/vcpkg.json b/vcpkg/ports/iguana/vcpkg.json new file mode 100644 index 0000000..32cef18 --- /dev/null +++ b/vcpkg/ports/iguana/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "iguana", + "version": "1.0.9", + "description": "Header-only C++ serialization library used by Cinatra.", + "homepage": "https://github.com/qicosmos/iguana", + "license": "Apache-2.0", + "dependencies": [ + "protobuf" + ] +} |