blob: 6fa36c632549785ec7e6db85d630daa1daccb260 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[package]
name = "embeddings-sort"
version = "0.2.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
image = "0"
xdg = "2"
clap = { version = "4", features = ["derive"] }
rayon = "1"
indicatif = { version = "0", features = ["rayon"] }
sled = "0"
typed-sled = "0"
serde = "1"
serde_json = "1"
sha2 = "0"
anyhow = "1"
pathdiff = "0"
reflink-copy = "0"
multiset = "0"
partitions = "0"
|