nsa/Cargo.toml

12 lines
153 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
[lib]
name = "nsa"
crate-type = ["cdylib"]
2024-03-17 12:50:11 +00:00
[dependencies]
2024-03-17 17:47:21 +00:00
libc = "0.2.153"