Files
quickly-shutdown-and-start-…/Cargo.toml
2024-06-30 17:46:41 -04:00

12 lines
346 B
TOML

[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"] }