This commit is contained in:
senstella
2025-10-08 15:31:39 +09:00
parent 117a4c2dc9
commit e6c6f94616
4 changed files with 47 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
iced = "0.13.1"
iced = { version = "0.13.1", features = ["tokio"] }
imara-diff = "0.2.0"
nucleo-matcher = "0.3.1"
rmcp = { version = "0.8.0", features = ["server", "macros", "transport-sse-server", "transport-io", "transport-streamable-http-server", "elicitation", "schemars"] }