diff options
| author | Yuval Adam <_@yuv.al> | 2019-05-27 10:51:57 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-05-27 10:56:46 +0300 |
| commit | 330450d350ad9c9e05dec6822cc95355bf77ae0c (patch) | |
| tree | 28dfa9ecc267b0c060b31f2569c86c8fd4cd6cec /bchlib-sys/Cargo.toml | |
| parent | bfed5cfa8ca422ecb8fe8f835273b5bb0f86faf1 (diff) | |
Cleanup Cargo.tomls and bump to v0.2.0v0.2.0
Diffstat (limited to 'bchlib-sys/Cargo.toml')
| -rw-r--r-- | bchlib-sys/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 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" |
