From 77614da6736185a50b71713e4e0b3f7a7c4e840b Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 18 Mar 2019 14:16:49 +0200 Subject: Initial version of bchlib-sys --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7617876..035ef45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] -name = "bchlib" +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" +license-file = "LICENSE.md" +repository = "https://github.com/yuvadm/bchlib-sys" [build-dependencies] bindgen = "0.42.2" -- cgit v1.3.1