Kinda get network working

This commit is contained in:
Michael Mikovsky
2025-08-12 22:24:00 -06:00
parent 8b2a596b9a
commit 856d7e467f
15 changed files with 3316 additions and 3219 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "client"
version = "0.1.0"
edition = "2024"
[dependencies]
syscall_lib = { path = "../syscall_lib" }
syscaller = "0.2.2"