Current section

Files

Jump to
ex_keccak native exkeccak Cargo.toml
Raw

native/exkeccak/Cargo.toml

[package]
name = "exkeccak"
version = "0.1.0"
authors = []
edition = "2018"
[lib]
name = "exkeccak"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.22.0"
lazy_static = "1.0"
tiny-keccak = { version = "2.0", features = ["keccak"] }