Stronger kill command (#34)

This commit is contained in:
Louis Knight-Webb
2025-07-01 10:47:28 +01:00
committed by GitHub
parent 1f2075abd3
commit f497f8e676
2 changed files with 63 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ directories = "6.0.0"
open = "5.3.2"
ignore = "0.4"
command-group = { version = "5.0", features = ["with-tokio"] }
nix = { version = "0.29", features = ["signal", "process"] }
openssl-sys = { workspace = true }
rmcp = { version = "0.1.5", features = ["server", "transport-io"] }
schemars = "0.8"