Initial generalization of source workers
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
influxdb2 = "0.3"
|
||||
influxdb2 = "0.3.3"
|
||||
tokio = { version = "1", features = ["rt"] }
|
||||
clap = { version = "4.0", features = ["derive"] }
|
||||
log = "0.4"
|
||||
@@ -14,6 +14,9 @@ figment = { version = "0.10", features = ["toml"] }
|
||||
gethostname = "0.3"
|
||||
env_logger = "0.9.1"
|
||||
futures = "0.3.24"
|
||||
sysctl = "0.5.2"
|
||||
async-trait = "0.1.58"
|
||||
tokio-stream = { version = "0.1.11", features = ["sync"] }
|
||||
|
||||
[dependencies.chrony-candm]
|
||||
git = "https://github.com/aws/chrony-candm"
|
||||
|
||||
Reference in New Issue
Block a user