Packages

Mix compiler and runtime helpers for Rustler.

Current section

Files

Jump to
rustler priv templates basic Cargo.toml.eex
Raw

priv/templates/basic/Cargo.toml.eex

[package]
name = "<%= library_name %>"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
rustler = "<%= rustler_version %>"