Current section
Files
Jump to
Current section
Files
Cargo.toml
[package]
name = "hextree"
build = "native/build.rs"
edition = "2021"
version = "0.1.0"
[lib]
crate-type = ["dylib"]
name = "hextree_nif"
path = "native/lib.rs"
[dependencies]
bincode = "1.3.3"
hextree = { git= "https://github.com/JayKickliter/HexTree", branch="main", features=["disktree"] }
rustler = "0.30.0"