This commit is contained in:
csehviktor
2025-06-29 02:44:39 +02:00
commit c83e5c86e0
11 changed files with 474 additions and 0 deletions

8
agent/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "agent"
version = "0.1.0"
edition = "2024"
[dependencies]
common = { path = "../common" }
sysinfo = "0.35.2"