Current section
Files
Jump to
Current section
Files
native/sled_nif/Cargo.toml
[package]
name = "sled_nif"
version = "0.1.0-alpha.1"
authors = ["Eric Entin <eric@ericent.in>"]
edition = "2018"
[features]
io_uring = ["sled/io_uring"]
[lib]
name = "sled_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "^0.22.0-rc.0"
lazy_static = "^1.0"
sled = "^0.31"