diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/vcpkg.json b/vcpkg.json index 573e5b4bc..793abeab0 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,7 +3,6 @@ "version-string": "0.1.0-dev", "dependencies": [ "asio", - "curl", "cpr", "openssl", "json11", @@ -13,11 +12,9 @@ "zstd", "xxhash", "gsl-lite", - "restinio", "cxxopts", "doctest", "modp-base64", - "ryml", "http-parser", "lmdb", "robin-map", @@ -25,7 +22,6 @@ "name": "rocksdb", "features": [ "lz4", "zstd" ] }, - "sol2", - "breakpad" + "sol2" ] } |