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

@ -54,6 +54,7 @@ smoltcp = "0.11.0"
etherparse = "0.14.2"
async-trait = "0.1.77"
bytes = "1.5.0"
path-absolutize = "3.1.1"
[workspace.dependencies.uuid]
version = "1.6.1"