forked from ind-igo/cx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 664 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (26 loc) · 664 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
[package]
name = "cx-cli"
version = "0.6.1"
edition = "2024"
description = "Semantic code navigation for AI agents"
license = "MIT"
repository = "https://github.com/ind-igo/cx"
keywords = ["code-navigation", "tree-sitter", "symbols", "ai-agents"]
categories = ["command-line-utilities", "development-tools"]
[[bin]]
name = "cx"
path = "src/main.rs"
[dependencies]
tree-sitter = "0.26"
tree-sitter-language-pack = "=1.3.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
clap = { version = "4", features = ["derive"] }
toon-format = "0.4"
ignore = "0.4.25"
memchr = "2"
redb = "3"
bincode = "1"
dirs = "6.0.0"
[dev-dependencies]
tempfile = "3"