feat: client-server mode
This commit is contained in:
parent
171194e99f
commit
a689366324
7 changed files with 119 additions and 28 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue