aboutsummaryrefslogtreecommitdiff
path: root/vcpkg.json
diff options
context:
space:
mode:
authorMatt Peters <[email protected]>2022-01-10 10:57:59 -0700
committerMatt Peters <[email protected]>2022-01-10 10:57:59 -0700
commit4a12683b27adb31bde9eb8f7df3b9e9cc8ec680a (patch)
treec8b2939d400dd4bccae73d2782b15c65d30db19d /vcpkg.json
parentAdd WaitForQuiescence RPC (diff)
parentTwo missing override keywords (diff)
downloadzen-wait_for_quiescence.tar.xz
zen-wait_for_quiescence.zip
Merge branch 'main' into wait_for_quiescencewait_for_quiescence
Diffstat (limited to 'vcpkg.json')
-rw-r--r--vcpkg.json26
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"
- ]
-}