From 330450d350ad9c9e05dec6822cc95355bf77ae0c Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 27 May 2019 10:51:57 +0300 Subject: Cleanup Cargo.tomls and bump to v0.2.0 --- bchlib-sys/Cargo.toml | 6 ++++-- bchlib/Cargo.toml | 9 +++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/bchlib-sys/Cargo.toml b/bchlib-sys/Cargo.toml index e6762e5..a63e351 100644 --- a/bchlib-sys/Cargo.toml +++ b/bchlib-sys/Cargo.toml @@ -1,11 +1,13 @@ [package] name = "bchlib-sys" -version = "0.1.0" +version = "0.2.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" +documentation = "https://docs.rs/bchlib/" +homepage = "https://github.com/yuvadm/bchlib" +repository = "https://github.com/yuvadm/bchlib" [build-dependencies] bindgen = "0.42.2" diff --git a/bchlib/Cargo.toml b/bchlib/Cargo.toml index 73f3293..3fc8c3b 100644 --- a/bchlib/Cargo.toml +++ b/bchlib/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "bchlib" -version = "0.1.0" +version = "0.2.0" authors = ["Yuval Adam <_@yuv.al>"] edition = "2018" +description = "Rust bindings for BCH encoding/decoding library, based on the bch_codec fork" +license = "GPL-2.0" +documentation = "https://docs.rs/bchlib-sys/" +homepage = "https://github.com/yuvadm/bchlib" +repository = "https://github.com/yuvadm/bchlib" [dependencies] -bchlib-sys = "0.1.0" +bchlib-sys = { version = "0.2.0", path = "../bchlib-sys" } -- cgit v1.3.1