mirror of
https://codeberg.org/icewind/netnsd.git
synced 2026-06-03 09:04:07 +02:00
proxying
This commit is contained in:
parent
78e716f949
commit
ec6c3a0a8b
7 changed files with 404 additions and 40 deletions
|
|
@ -4,8 +4,8 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
tokio-stream = { version = "0.1.17", features = ["signal"] }
|
||||
tokio = { version = "1.48.0", features = ["macros", "rt-multi-thread", "signal", "net", "io-util"] }
|
||||
tokio-stream = { version = "0.1.17", features = ["signal", "net"] }
|
||||
toml = "0.9.8"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
clap = { version = "4.5.51", features = ["derive"] }
|
||||
|
|
@ -17,6 +17,7 @@ nix = { version = "0.30.1", features = ["mount", "sched"] }
|
|||
sd-notify = "0.4.5"
|
||||
futures = "0.3.31"
|
||||
futures-concurrency = "7.6.3"
|
||||
humansize = { version = "2.1.3", features = ["no_alloc"] }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_test = "1.0.177"
|
||||
Loading…
Add table
Add a link
Reference in a new issue