Current section
Files
Jump to
Current section
Files
native/strsim_nif/Cargo.toml
[package]
name = "strsim_nif"
version = "0.1.0"
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]
edition = "2018"
[lib]
name = "strsim_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.21.1"
lazy_static = "1.4.0"
strsim = "0.10.0"