doctor-restart/Cargo.toml

13 lines
308 B
TOML
Raw Normal View History

2024-09-12 10:35:01 +00:00
[package]
name = "doctor-restart"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.88"
bollard = { version = "0.17.1", features = ["ssl", "json_data_content", "tokio-stream"] }
futures-util = "0.3.30"
2024-09-12 13:24:55 +00:00
serde = "1.0.210"
2024-09-12 10:35:01 +00:00
tokio = {version = "1.40.0", features = ["full"]}
tokio-macros = "2.4.0"