-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
32 lines (29 loc) · 620 Bytes
/
Cargo.toml
File metadata and controls
32 lines (29 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "code-navigator"
version = "0.4.0"
edition = "2021"
[[bin]]
name = "codenav"
path = "src/main.rs"
[dependencies]
tree-sitter = "0.24"
tree-sitter-go = "0.23"
tree-sitter-typescript = "0.23"
tree-sitter-python = "0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clap = { version = "4.5", features = ["derive"] }
walkdir = "2.5"
anyhow = "1.0"
colored = "2.1"
chrono = { version = "0.4", features = ["serde"] }
rayon = "1.8"
bincode = "1.3"
flate2 = "1.0"
zstd = "0.13"
jwalk = "0.8"
rmp-serde = "1.3"
lz4_flex = "0.11"
[dev-dependencies]
tempfile = "3.13"
lz4_flex = "0.11"