diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/vcpkg.json b/vcpkg.json deleted file mode 100644 index 4a0c41d3b..000000000 --- a/vcpkg.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "zenfs", - "version-string": "0.1.0-dev", - "dependencies": [ - "asio", - "cpr", - "openssl", - "json11", - "mimalloc", - "spdlog", - "lz4", - "zstd", - "xxhash", - "gsl-lite", - "cxxopts", - "doctest", - "http-parser", - "robin-map", - { - "name": "rocksdb", - "features": [ "lz4", "zstd" ] - }, - "sol2", - "sentry-native" - ] -} |