Dongjia "toka" Zhang 95d87bd7d8
0.14.1 (#2698)
* 0.14.1

* fixer

* don't build nyx

---------

Co-authored-by: Dominik Maier <domenukk@gmail.com>
2024-12-02 21:06:29 +01:00

23 lines
546 B
TOML

[package]
name = "libnoaslr"
version = "0.14.1"
edition = "2021"
[lib]
name = "noaslr"
path = "src/lib.rs"
crate-type = ["dylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = { version = "1.0", default-features = false }
ctor = { version = "0.2.9", default-features = false }
nix = { version = "0.29", default-features = false, features = [
"process",
"personality",
] }
[target.'cfg(any(target_os = "freebsd", target_os = "netbsd"))'.dependencies]
libc = "0.2"