Current section

Files

Jump to
ex_bech32 native exbech32 Cargo.toml
Raw

native/exbech32/Cargo.toml

[package]
name = "exbech32"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "exbech32"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.25"
bech32 = "0.9"