feat: client-server mode

This commit is contained in:
electria 2026-08-16 12:15:46 -07:00
commit a689366324
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
7 changed files with 119 additions and 28 deletions

View file

@ -6,6 +6,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
ron = "0.12.2"
serde = "1.0.229"
smol = "2.0.2"
sysinfo = "0.39.6"