mirror of
https://github.com/csehviktor/status-monitor.git
synced 2025-08-08 18:06:14 +02:00
14 lines
324 B
TOML
14 lines
324 B
TOML
[package]
|
|
name = "agent"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
tokio = { version = "1.45.1", features = ["full"] }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
clap = { version = "4.5.40", features = ["derive"] }
|
|
anyhow = "1.0.98"
|
|
sysinfo = "0.35.2"
|
|
rumqttc = "0.24.0"
|