better fuzzing

This commit is contained in:
senstella
2025-10-08 15:19:30 +09:00
parent 91b4d10cc5
commit 117a4c2dc9
6 changed files with 4180 additions and 192 deletions

View File

@@ -5,10 +5,13 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
gpui = "0.1.0"
iced = "0.13.1"
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"] }
seal = "0.1.6"
serde = "1.0.228"
serde_json = "1.0.145"
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["fmt", "env-filter", "std"] }