restructure and work on docker client

This commit is contained in:
beckerinj
2022-11-05 22:22:27 -04:00
parent 6a4991354b
commit 797f33e0eb
19 changed files with 201 additions and 96 deletions

View File

@@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version="3.2", features=["derive"] }
clap = { version="4.0", features=["derive"] }
bollard = "0.13"