summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 035ef45adeb34e52b0ce2789084bd6c4a850524c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"
license-file = "LICENSE.md"
repository = "https://github.com/yuvadm/bchlib-sys"

[build-dependencies]
bindgen = "0.42.2"
cc = "1.0"