mirror of
https://github.com/Astatin3/syscall-stream-rs.git
synced 2026-06-09 08:28:01 -06:00
17 lines
227 B
TOML
17 lines
227 B
TOML
|
|
[package]
|
||
|
|
name = "sysintercept"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
bincode = "2.0.1"
|
||
|
|
ctor = "0.5.0"
|
||
|
|
libc = "0.2.175"
|
||
|
|
|
||
|
|
[build-dependencies]
|
||
|
|
cmake = "0.1"
|
||
|
|
|
||
|
|
[lib]
|
||
|
|
name = "intercept"
|
||
|
|
crate-type = ["rlib", "cdylib"]
|