Added Start, Stop, Kill, Send command

This commit is contained in:
2025-12-03 21:21:38 +01:00
parent 339be7f5c6
commit 377ca8b00b
5 changed files with 270 additions and 20 deletions

View File

@@ -12,5 +12,6 @@ publish = false
[dependencies]
thiserror = "2.0.17"
tokio = { version = "1.48.0", features = ["process", "rt-multi-thread", "macros"] }
tokio = { version = "1.48.0", features = ["process", "rt-multi-thread", "macros", "io-std", "io-util"] }
tokio-stream = { version = "0.1.17", features = ["full", "io-util", "signal", "tokio-util"] }
tokio-util = { version = "0.7.17", features = ["full"] }