diff options
| author | Yuval Adam <_@yuv.al> | 2019-05-27 10:32:18 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2019-05-27 10:32:18 +0300 |
| commit | 186154550428c336ff9419ec4ed9ae11fb19c939 (patch) | |
| tree | 86d4b50efc80460bd4f2f5362b78da7d6eb745b6 /Cargo.toml | |
| parent | 7477bc29cfb6305f5e48a5f11f28e1384ca9f15b (diff) | |
Move all bchlib-sys files into bchlib-sys/
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index e6762e5..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[package] -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" -repository = "https://github.com/yuvadm/bchlib-sys" - -[build-dependencies] -bindgen = "0.42.2" -cc = "1.0" |
