epoch/Cargo.toml

15 lines
399 B
TOML

[package]
name = "epoch"
version = "0.1.0"
edition = "2024"
[dependencies]
bollard = "0.19.1"
futures = "0.3.31"
serde = "1.0.219"
serde_yml = "0.0.12"
thiserror = "2.0.12"
tokio = { version = "1.45.1", features = ["macros", "rt", "rt-multi-thread"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "std"] }
uuid = { version = "1.17.0", features = ["v4"] }