initial commit

This commit is contained in:
2024-06-30 17:46:41 -04:00
commit 9df422ca30
4 changed files with 745 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "quickly-shutdown-and-start-up-intensive-docker-containers"
version = "0.1.0"
edition = "2021"
[dependencies]
async-channel = "2.3.1"
clap = { version = "4.5.8", features = ["derive", "env"] }
shellexpand = "3.1.0"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["macros", "process", "rt-multi-thread", "sync"] }