summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-03-15 15:16:39 +0200
committerYuval Adam <_@yuv.al>2019-03-15 15:16:39 +0200
commit6d64a43f2b3ff7ca685fff64427c84b81e659afa (patch)
treed35907262ea3659f3127e1697991b57f8621064a /Cargo.toml
Initial working build
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..d60413f
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "bchlib"
+version = "0.1.0"
+authors = ["Yuval Adam <_@yuv.al>"]
+edition = "2018"
+
+[build-dependencies]
+bindgen = "0.42.2"