
* try this thing * this? * use new mmap signature in nix. * fix import * fix to work with addr2line v0.23. * remove unused flag * update strum also for dependency... * clippy * clippy * update lain git hash * bump many outdated crates * fix hash
20 lines
537 B
TOML
20 lines
537 B
TOML
[package]
|
|
name = "libnoaslr"
|
|
version = "0.1.0"
|
|
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", 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"
|