Current section

Files

Jump to
gaol native gaol_nif Cargo.toml
Raw

native/gaol_nif/Cargo.toml

[package]
name = "gaol_nif"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "gaol_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
env_logger = "0.10"
jail = "0.2"
libc = "0.2.139"
rustler = "0.26.0"