Skip to content

Commit 1c98d9d

Browse files
committed
Cleanup deps
1 parent cd19ed9 commit 1c98d9d

2 files changed

Lines changed: 5 additions & 46 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,21 @@ name = "cursor-rust-tools"
33
version = "0.1.0"
44
edition = "2024"
55

6+
[[bin]]
7+
name = "cursor-rust-tools"
8+
path = "src/main.rs"
9+
610
[dependencies]
711
anyhow = "1.0.97"
812
async-lsp = "0.2.2"
913
async-process = "2.3.0"
1014
flume = "0.11.1"
1115
futures = "0.3.31"
1216
lsp-types = "0.95.1"
13-
#mcp-core = { version = "0.1.43", features = ["sse"] }
14-
#mcp-core = { path = "/Users/terhechte/Developer/temporary/mcp-core/mcp-core", features = ["sse"]}
1517
mcp-core = { git = "https://github.com/terhechte/mcp-core", branch = "allow-tool-context", features = ["sse"]}
1618
serde = { version = "1.0.219", features = ["derive"] }
1719
serde_json = "1.0.140"
18-
tokio = { version = "1.44.1", features = ["full"] }
20+
tokio = { version = "1.44", features = ["full"] }
1921
tower = "0.5.2"
2022
tracing = "0.1.41"
2123
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
@@ -30,13 +32,9 @@ ignore = "0.4.23"
3032
html2md = "0.2.15"
3133
egui = "0.31"
3234
eframe = "0.31"
33-
#catppuccin-egui = { version = "5.5.0", default-features = false, features = ["egui31"] }
3435
lazy_static = "1.5.0"
3536
egui-aesthetix = { git = "https://github.com/thebashpotato/egui-aesthetix", features = ["all_themes"]}
3637
rfd = "0.15.3"
3738
open = "5"
3839
shellexpand = "3.1.0"
3940
chrono = "0.4.40"
40-
41-
[dev-dependencies]
42-
mcp_client_rs = "0.1.7"

0 commit comments

Comments
 (0)