aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r--base/Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
index ec5cbe7..36b93bc 100644
--- a/base/Cargo.toml
+++ b/base/Cargo.toml
@@ -14,6 +14,9 @@ base64 = "0.21.5"
tokio = { workspace = true }
anyhow = "1.0.75"
bincode = "2.0.0-rc.3"
-sled = "0.34.7"
-typed-sled = "0.2.3"
rand = "0.8.5"
+redb = "1.5.0"
+serde_json = "1.0.111"
+
+[features]
+db_json = []