refactor: introduce local library strucs for containers
This commit is contained in:
parent
8e89aeba75
commit
f613efc882
6 changed files with 136 additions and 41 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue