Packages

Gives the Erlang Runtime System access to POSIX features of the build environment (currently, errno and sigaction.)

Current section

Files

Jump to
posix native posix Cargo.toml
Raw

native/posix/Cargo.toml

[package]
name = "posix"
version = "0.1.0"
authors = ["Levi Aul"]
[lib]
name = "posix"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.13.0"
rustler_codegen = "0.13.0"
lazy_static = "0.2"
nix = "0.7.0"