nsa/Cargo.toml

23 lines
369 B
TOML
Raw Normal View History

2024-03-17 12:50:11 +00:00
[package]
2024-03-17 17:47:21 +00:00
name = "naughty_syscall_auditor"
2024-03-17 12:50:11 +00:00
version = "0.1.0"
edition = "2021"
2024-03-17 17:47:21 +00:00
description = "He's not the messiah, he's a very naughty syscall auditor"
# build = "build.rs"
2024-03-17 12:50:11 +00:00
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"
libc = "0.2.155"
2024-03-17 17:47:21 +00:00
[dev-dependencies]
bindgen = "0.69.4"
[build-dependencies]
bindgen = "0.69"