caveman/hunter/Cargo.toml

16 lines
421 B
TOML

[package]
name = "caveman-hunter"
version = "0.0.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.11", features = ["json", "deflate", "gzip"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
chrono = "0.4"
redis = { version = "0.22", features = ["tokio-comp", "connection-manager"] }
log = "0.4"
systemd = "0.10"
cave = { path = "../cave" }