Packages

Work with different noise functions using Elixir

Current section

Files

Jump to
isotope native noise Cargo.toml
Raw

native/noise/Cargo.toml

[package]
name = "noise"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "noise"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.22.0-rc.1"
bracket-noise = "0.8.2"