-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (40 loc) · 1 KB
/
Cargo.toml
File metadata and controls
42 lines (40 loc) · 1 KB
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
33
34
35
36
37
38
39
40
41
42
[package]
name = "cursor-rust-tools"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "cursor-rust-tools"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.97"
async-lsp = "0.2.2"
async-process = "2.3.0"
flume = "0.11.1"
futures = "0.3.31"
lsp-types = "0.95.1"
mcp-core = { git = "https://github.com/terhechte/mcp-core", branch = "allow-tool-context", features = ["sse"]}
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.44", features = ["full"] }
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
url = "2.5.4"
schemars = "0.8.22"
fuzzt = "0.3.1"
regex = "1.11.1"
glob = "0.3.2"
toml = "0.8.20"
sha2 = "0.10.8"
ignore = "0.4.23"
html2md = "0.2.15"
egui = "0.31"
eframe = "0.31"
lazy_static = "1.5.0"
egui-aesthetix = { git = "https://github.com/thebashpotato/egui-aesthetix", features = ["all_themes"]}
rfd = "0.15.3"
open = "5"
shellexpand = "3.1.0"
chrono = "0.4.40"
notify = "8.0.0"
notify-debouncer-mini = "0.6.0"