aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLia Lenckowski <lialenck@protonmail.com>2023-09-07 01:37:34 +0200
committerLia Lenckowski <lialenck@protonmail.com>2023-09-07 01:37:34 +0200
commitc4b03717914e5c907f7f47dc2a85df6b57763c58 (patch)
tree926acc5e5497a0539ca18a936fc38029561e7417 /Cargo.toml
parent51007f5b8ff6d5960ac034854ceae1ab15237b6a (diff)
downloadembeddings-sort-c4b03717914e5c907f7f47dc2a85df6b57763c58.tar
embeddings-sort-c4b03717914e5c907f7f47dc2a85df6b57763c58.tar.bz2
embeddings-sort-c4b03717914e5c907f7f47dc2a85df6b57763c58.tar.zst
add content embedder
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 1010994..7ae9c2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,5 +15,6 @@ indicatif = "0"
sled = "0"
typed-sled = "0"
serde = "1"
+serde_json = "1"
sha2 = "0"
anyhow = "1"