aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8def49a..de2391e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,8 +3,6 @@ name = "embeddings-sort"
version = "0.3.1"
edition = "2021"
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
-
[dependencies]
ahash = "0"
anyhow = "1"
@@ -18,7 +16,6 @@ partitions = "0"
pathdiff = "0"
rayon = "1"
reflink-copy = "0"
-serde = "1"
sha2 = "0"
-sled = "0"
-typed-sled = "0"
+redb = "2"
+bincode = { version = "2.0.0-rc.3", features = ["derive"] }