Andrea Fioraldi 09faec15f4
Add libdesyscall (#1221)
Co-authored-by: Dongjia "toka" Zhang <tokazerkje@outlook.com>
2024-06-12 11:28:31 +02:00

19 lines
243 B
TOML

[package]
name = "desyscall"
version = "0.1.0"
edition = "2021"
[dependencies]
meminterval = "0.3"
libc = "0.2"
[dev-dependencies]
rusty-fork = "0.3.0"
[build-dependencies]
cc = "1"
[lib]
name = "desyscall"
crate-type = ["rlib", "cdylib"]