aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 280327245311dcd2c87980aa56c6383feff208cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "bloop"
version = "0.1.0"
edition = "2021"

[lib]
name = "similarity"
path = "src/lib.rs"

[[bin]]
name = "sim"
path = "src/main.rs"

[dependencies]
tree-sitter-javascript = "0.20"
tree-sitter = "0.20"
itertools = "0.10"
rayon = "1.5"
thiserror = "1.0"
simhash = "0.2"