mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-08 16:08:01 -06:00
Kinda get network working
This commit is contained in:
+3
-1
@@ -4,9 +4,11 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bincode = "2.0.1"
|
||||
ctor = "0.5.0"
|
||||
libc = "0.2.175"
|
||||
# syscalls = "0.6.18"
|
||||
syscall_lib = { path = "syscall_lib" }
|
||||
syscaller = "0.2.2"
|
||||
|
||||
[build-dependencies]
|
||||
cmake = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user