diff options
| author | Yuval Adam <_@yuv.al> | 2019-03-18 17:59:04 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-03-18 17:59:04 +0200 |
| commit | 7477bc29cfb6305f5e48a5f11f28e1384ca9f15b (patch) | |
| tree | efd8bf34c5a215b97e9f449b60cb6bb6b6eaaf6c | |
| parent | 98f905dc82c9af22f09f75f4b85d9a97eccd3f44 (diff) | |
Cleanup Cargo.toml and update README
| -rw-r--r-- | Cargo.toml | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,6 @@ 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] @@ -24,6 +24,8 @@ $ cargo build $ cargo test ``` +Note that due to usage of `bindgen` you will need `clang` to be installed on your system. + ## License [GPLv2](LICENSE.md) |
