From 186154550428c336ff9419ec4ed9ae11fb19c939 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 27 May 2019 10:32:18 +0300 Subject: Move all bchlib-sys files into bchlib-sys/ --- bchlib-sys/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bchlib-sys/Cargo.toml (limited to 'bchlib-sys/Cargo.toml') diff --git a/bchlib-sys/Cargo.toml b/bchlib-sys/Cargo.toml new file mode 100644 index 0000000..e6762e5 --- /dev/null +++ b/bchlib-sys/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "bchlib-sys" +version = "0.1.0" +authors = ["Yuval Adam <_@yuv.al>"] +edition = "2018" +description = "Low-level Rust bindings for BCH encoding/decoding library, based on the bch_codec fork" +license = "GPL-2.0" +repository = "https://github.com/yuvadm/bchlib-sys" + +[build-dependencies] +bindgen = "0.42.2" +cc = "1.0" -- cgit v1.3.1