start to implementig clone to create namespaces

This commit is contained in:
netjaileRS
2024-08-25 21:34:18 +02:00
parent 750426ad1d
commit dec755a2a5
962 changed files with 7477 additions and 193 deletions

View File

@@ -4,5 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
nix = '*'
rtnetlink = '*'
nix = {version = '*', features= ["fs", "mount", "sched"] }
rtnetlink = {version = '*', features = ["tokio_socket"] }
futures = '*'
log = '*'
env_logger = '*'
tokio = {version = '*', features = ["full"] }