nsa/Cargo.toml
dependabot[bot] e230ff160b build(deps): bump libc from 0.2.153 to 0.2.155
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.153 to 0.2.155.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.153...0.2.155)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 10:34:12 +01:00

23 lines
369 B
TOML

[package]
name = "naughty_syscall_auditor"
version = "0.1.0"
edition = "2021"
description = "He's not the messiah, he's a very naughty syscall auditor"
# build = "build.rs"
# build = "build.rs"
[lib]
name = "nsa"
crate-type = ["cdylib"]
[dependencies]
bindgen = "0.69.4"
libc = "0.2.155"
[dev-dependencies]
bindgen = "0.69.4"
[build-dependencies]
bindgen = "0.69"