doctor-restart/Cargo.toml
2024-09-12 16:24:55 +03:00

13 lines
308 B
TOML

[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"
serde = "1.0.210"
tokio = {version = "1.40.0", features = ["full"]}
tokio-macros = "2.4.0"