mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
basic reloading
This commit is contained in:
parent
a4c7b3c1c9
commit
78e716f949
9 changed files with 562 additions and 32 deletions
|
|
@ -5,6 +5,7 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
tokio-stream = { version = "0.1.17", features = ["signal"] }
|
||||
toml = "0.9.8"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
clap = { version = "4.5.51", features = ["derive"] }
|
||||
|
|
@ -14,6 +15,8 @@ tracing-subscriber = "0.3.20"
|
|||
main_error = "0.1.2"
|
||||
nix = { version = "0.30.1", features = ["mount", "sched"] }
|
||||
sd-notify = "0.4.5"
|
||||
futures = "0.3.31"
|
||||
futures-concurrency = "7.6.3"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1.0.177"
|
||||
Loading…
Add table
Add a link
Reference in a new issue