mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-08 16:08:01 -06:00
19 lines
290 B
TOML
19 lines
290 B
TOML
[package]
|
|
name = "sysintercept"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
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"
|
|
|
|
[lib]
|
|
name = "intercept"
|
|
crate-type = ["rlib", "cdylib"]
|