aboutsummaryrefslogtreecommitdiff
path: root/native/treebitmap_nif/Cargo.toml
blob: 0c1423338ad77bd0307e8da4f946d72bc115590f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "treebitmap_nif"
version = "0.1.0"
authors = []
edition = "2018"

[lib]
name = "treebitmap_nif"
path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
rustler = "0.22.0"
treebitmap = "0.4.0"