Current section
Files
Jump to
Current section
Files
native/simhash/Cargo.toml
[package]
name = "simhash"
version = "0.1.0"
authors = []
[lib]
name = "simhash"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.16.0"
rustler_codegen = "0.16.0"
lazy_static = "0.2"
[dependencies.simhash]
git = "https://github.com/holsee/simhash-rs.git"