Current section
Files
Jump to
Current section
Files
native/rox_nif/Cargo.toml
[package]
name = "rox_nif"
version = "0.1.0"
authors = ["Ryan Schmukler <rschmukler@gmail.com>"]
[lib]
name = "rox_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "^0.15"
rustler_codegen = "^0.15"
rocksdb = { git = "https://github.com/urbint/rust-rocksdb.git" }
lazy_static = "*"