doctor-restart/Cargo.toml
2024-09-12 19:24:20 +03:00

16 lines
368 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"] }
flexi_logger = "0.29.0"
futures-util = "0.3.30"
log = "0.4.22"
log-panics = "2.1.0"
serde = "1.0.210"
tokio = {version = "1.40.0", features = ["full"]}
tokio-macros = "2.4.0"