single thread tokio for daemon

This commit is contained in:
Robin Appelman 2025-11-12 23:12:25 +01:00
commit 695f1e1d74
3 changed files with 12 additions and 15 deletions

View file

@ -5,7 +5,7 @@ edition = "2024"
rust-version = "1.87.0"
[dependencies]
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal", "net", "io-util"] }
tokio = { version = "1.48.0", features = ["macros", "rt", "signal", "net", "io-util"] }
tokio-stream = { version = "0.1.17", features = ["signal", "net"] }
toml = "0.9.8"
serde = { version = "1.0.228", features = ["derive"] }