mirror of
https://github.com/csehviktor/status-monitor.git
synced 2025-08-08 18:06:14 +02:00
9 lines
127 B
TOML
9 lines
127 B
TOML
[package]
|
|
name = "agent"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
common = { path = "../common" }
|
|
sysinfo = "0.35.2"
|