diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] |