aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 579c1c444507da90147cb0a3292ed518a01dde5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"