Packages

An Elixir binding for sled, the champagne of beta embedded databases.

Current section

Files

Jump to
sled native sled_nif Cargo.toml
Raw

native/sled_nif/Cargo.toml

[package]
name = "sled_nif"
version = "0.1.0-alpha"
authors = []
edition = "2018"
[lib]
name = "sled_nif"
path = "src/lib.rs"
crate-type = ["dylib"]
[dependencies]
rustler = "0.21.0"
lazy_static = "1.0"
sled = "0.31.0"