eliminate dep:rust-rocksdb et al from admin crate

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-12 01:13:19 +00:00
parent 01f4455ceb
commit fbcdb3860a
3 changed files with 1 additions and 19 deletions

View file

@ -24,18 +24,7 @@ release_max_log_level = [
"log/max_level_trace",
"log/release_max_level_info",
]
rocksdb = [
"dep:rust-rocksdb",
]
jemalloc = [
"rust-rocksdb/jemalloc",
]
io_uring = [
"rust-rocksdb/io-uring",
]
zstd_compression = [
"rust-rocksdb/zstd",
]
rocksdb = []
[dependencies]
clap.workspace = true
@ -48,8 +37,6 @@ log.workspace = true
loole.workspace = true
regex.workspace = true
ruma.workspace = true
rust-rocksdb.optional = true
rust-rocksdb.workspace = true
serde_json.workspace = true
serde.workspace = true
serde_yaml.workspace = true