aboutsummaryrefslogtreecommitdiff
path: root/native/treebitmap_nif/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'native/treebitmap_nif/Cargo.toml')
-rw-r--r--native/treebitmap_nif/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/native/treebitmap_nif/Cargo.toml b/native/treebitmap_nif/Cargo.toml
new file mode 100644
index 0000000..0c14233
--- /dev/null
+++ b/native/treebitmap_nif/Cargo.toml
@@ -0,0 +1,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"