refactor: introduce local library strucs for containers

This commit is contained in:
Alexander Navarro 2025-06-26 11:52:49 -04:00
parent 8e89aeba75
commit f613efc882
6 changed files with 136 additions and 41 deletions

View file

@ -6,5 +6,7 @@ edition = "2024"
[dependencies]
bollard = "0.19.1"
futures = "0.3.31"
serde = "1.0.219"
serde_yml = "0.0.12"
thiserror = "2.0.12"
tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread"] }