initial commit
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user