chimemon/Cargo.toml

21 lines
440 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"
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"
[dependencies.chrony-candm]
git = "https://github.com/aws/chrony-candm"
branch = "main"