aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-07 23:39:41 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-07 23:39:41 +0200
commitf24edd8b421535c96b7fb46e60b994cbec99fbb4 (patch)
tree6a5ff1dc2e568845ced958865f5945bd389eea6e /Cargo.toml
parent40570fb1d4a3016f081c67faa75ab8812ad0f182 (diff)
downloadweareearth-f24edd8b421535c96b7fb46e60b994cbec99fbb4.tar
weareearth-f24edd8b421535c96b7fb46e60b994cbec99fbb4.tar.bz2
weareearth-f24edd8b421535c96b7fb46e60b994cbec99fbb4.tar.zst
add rocksdb
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8aaf3a6..f00628e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,6 +22,7 @@ glam = "0.30.1"
futures-util = "0.3.31"
clap = { version = "4.5.35", features = ["derive"] }
redb = "2.4.0"
+rocksdb = "0.23.0"
weareshared = { path = "../wearechat/shared" }
[build-dependencies]