aboutsummaryrefslogtreecommitdiff
path: root/base/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r--base/Cargo.toml25
1 files changed, 0 insertions, 25 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml
deleted file mode 100644
index ca4f454..0000000
--- a/base/Cargo.toml
+++ /dev/null
@@ -1,25 +0,0 @@
-[package]
-name = "jellybase"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-jellycommon = { path = "../common" }
-jellycache = { path = "../cache" }
-serde = { version = "1.0.217", features = ["derive"] }
-serde_yaml = "0.9.34"
-log = { workspace = true }
-sha2 = "0.10.8"
-base64 = "0.22.1"
-tokio = { workspace = true }
-anyhow = "1.0.95"
-bincode = "2.0.0-rc.3"
-rand = "0.9.0"
-redb = "2.4.0"
-tantivy = "0.22.0"
-serde_json = "1.0.138"
-aes-gcm-siv = "0.11.1"
-humansize = "2.1.3"
-
-[features]
-db_json = []