container: implement proper path resolution

This commit is contained in:
Alex Zenla
2024-02-25 03:46:32 +00:00
parent b30c785817
commit f66ab25521
3 changed files with 88 additions and 25 deletions

View File

@ -17,6 +17,7 @@ rtnetlink = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
ipnetwork = { workspace = true }
path-absolutize = { workspace = true }
[dependencies.nix]
workspace = true