mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
single thread tokio for daemon
This commit is contained in:
parent
e672e11f09
commit
695f1e1d74
3 changed files with 12 additions and 15 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue