erl_nif_sys 0.5.0

Write Erlang and Elixir NIFs in Rust.
Documentation
[package]
authors = ["Tangram <root@tangram.dev"]
description = "Write Erlang and Elixir NIFs in Rust."
documentation = "https://docs.rs/erl_nif_sys"
edition = "2018"
homepage = "https://github.com/tangramdotdev/erl_nif"
license = "MIT"
name = "erl_nif_sys"
publish = true
repository = "https://github.com/tangramdotdev/erl_nif"
version = "0.5.0"

[lib]
path = "lib.rs"

[dependencies]
erl_nif_macro = { version = "0.5", path = "../macro" }