aboutsummaryrefslogtreecommitdiff
path: root/native/treebitmap_nif/Cargo.toml
blob: fba9bcf20c27a657bb14b964bb43afaf7fe4f666 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"