diff options
| author | Yuval Adam <_@yuv.al> | 2019-03-18 14:16:49 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-03-18 14:20:57 +0200 |
| commit | 77614da6736185a50b71713e4e0b3f7a7c4e840b (patch) | |
| tree | bd74ab84f37d6c2485fae3a36082f6407b025194 /Cargo.toml | |
| parent | 2cda7faab3eab847947d5da85202d1fb7bfbc766 (diff) | |
Initial version of bchlib-sys
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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" |
