doctor-restart/Cargo.toml

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