nsa/Cargo.toml

20 lines
271 B
TOML
Raw Normal View History

2024-03-17 12:50:11 +00:00
[package]
2024-03-17 17:47:21 +00:00
name = "nosey_syscall_auditor"
2024-03-17 12:50:11 +00:00
version = "0.1.0"
edition = "2021"
2024-03-17 17:47:21 +00:00
# build = "build.rs"
2024-03-17 17:47:21 +00:00
[lib]
name = "nsa"
crate-type = ["cdylib"]
2024-03-17 12:50:11 +00:00
[dependencies]
2024-03-17 17:47:21 +00:00
bindgen = "0.69.4"
2024-03-17 17:47:21 +00:00
libc = "0.2.153"
2024-03-17 17:47:21 +00:00
[dev-dependencies]
bindgen = "0.69.4"
[build-dependencies]
bindgen = "0.64"