Feat(netns): 添加netns-rs来管理网络命名空间 (#69)

* 添加netns-rs来管理网络命名空间

* fix: cargo hakari generate

---------

Co-authored-by: Samuka007 <samuka007@dragonos.org>
This commit is contained in:
火花
2025-04-16 11:35:51 +08:00
committed by GitHub
parent 8c4107a8b4
commit 6ecde71c52
4 changed files with 66 additions and 19 deletions

View File

@ -10,5 +10,5 @@ serde_json = "1.0"
my-workspace-hack = { version = "0.1", path = "../my-workspace-hack" }
log = "0.4.27"
dotenv = "0.15.0"
netns-rs = "0.1.0"
lazy_static = "1.4.0"