chimemon/Cargo.toml

23 lines
524 B
TOML
Raw Normal View History

2022-10-19 08:38:51 -07:00
[package]
name = "chimemon"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = "1.0"
serde_derive = "1.0"
influxdb2 = "0.3.3"
2022-10-19 08:38:51 -07:00
tokio = { version = "1", features = ["rt"] }
clap = { version = "4.0", features = ["derive"] }
log = "0.4"
figment = { version = "0.10", features = ["toml"] }
gethostname = "0.3"
env_logger = "0.9.1"
futures = "0.3.24"
async-trait = "0.1.58"
tokio-stream = { version = "0.1.11", features = ["sync"] }
2022-10-19 08:38:51 -07:00
[dependencies.chrony-candm]
git = "https://github.com/aws/chrony-candm"
branch = "main"