diff options
| author | Lia Lenckowski <lialenck@protonmail.com> | 2023-09-07 01:37:34 +0200 |
|---|---|---|
| committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-09-07 01:37:34 +0200 |
| commit | c4b03717914e5c907f7f47dc2a85df6b57763c58 (patch) | |
| tree | 926acc5e5497a0539ca18a936fc38029561e7417 /Cargo.toml | |
| parent | 51007f5b8ff6d5960ac034854ceae1ab15237b6a (diff) | |
| download | embeddings-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,5 +15,6 @@ indicatif = "0" sled = "0" typed-sled = "0" serde = "1" +serde_json = "1" sha2 = "0" anyhow = "1" |