prs10: intermediate work

This commit is contained in:
2026-02-01 20:06:17 -08:00
parent ea412f4a66
commit adbe09b9d2
5 changed files with 68 additions and 4 deletions

View File

@@ -15,7 +15,6 @@ influxdb2 = { version = "0.3.3", features = [
], default-features = false }
tokio = { version = "1", features = ["rt", "io-util"] }
clap = { version = "4.0", features = ["derive"] }
log = "0.4"
figment = { version = "0.10", features = ["toml"] }
gethostname = "0.3"
futures = "0.3.24"
@@ -36,6 +35,7 @@ backoff = { version = "0.4.0", features = ["tokio"] }
serde_repr = "0.1.20"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["fmt"] }
bit-struct = { version = "0.3.2", default-features = false }
[dependencies.chrony-candm]
git = "https://github.com/aws/chrony-candm"