mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
implement reload command
This commit is contained in:
parent
766f876230
commit
c93fb84773
3 changed files with 115 additions and 16 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name = "netnsd"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
rust-version = "1.87.0"
|
||||
rust-version = "1.88.0"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.48.0", features = ["macros", "rt", "signal", "net", "io-util"] }
|
||||
|
|
@ -21,6 +21,7 @@ futures-concurrency = "7.6.3"
|
|||
neli = "0.7.1"
|
||||
either = "1.15.0"
|
||||
uzers = "0.12.1"
|
||||
sysinfo = "0.37.2"
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1.0.177"
|
||||
Loading…
Add table
Add a link
Reference in a new issue