25 lines
555 B
TOML
25 lines
555 B
TOML
[package]
|
|
name = "rmon-agent"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rmon-common = { path = "../rmon-common" }
|
|
tokio.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
anyhow.workspace = true
|
|
toml.workspace = true
|
|
tracing.workspace = true
|
|
tracing-subscriber.workspace = true
|
|
async-trait.workspace = true
|
|
futures.workspace = true
|
|
tokio-util.workspace = true
|
|
regex.workspace = true
|
|
notify.workspace = true
|
|
clap.workspace = true
|
|
tempfile.workspace = true
|
|
byteorder.workspace = true
|
|
chrono.workspace = true
|
|
bytes.workspace = true
|