mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-09 00:18:01 -06:00
Implement puppeting
This commit is contained in:
@@ -4,4 +4,10 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.27"
|
||||
nix = { version = "0.30.1", features = ["ptrace"] }
|
||||
pretty_env_logger = "0.5.0"
|
||||
subprocess = "0.2.9"
|
||||
syscall_lib = { path = "../syscall_lib" }
|
||||
syscalls = "0.6.18"
|
||||
thiserror = "2.0.16"
|
||||
|
||||
Reference in New Issue
Block a user