]> git.sesse.net Git - bcachefs-tools-debian/blob - bch_bindgen/Cargo.toml
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / bch_bindgen / Cargo.toml
1 [package]
2 name = "bch_bindgen"
3 version = "0.1.0"
4 authors = [ "Kayla Firestack <dev@kaylafire.me>", "Yuxuan Shui <yshuiv7@gmail.com>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
5 edition = "2021"
6
7 [lib]
8 crate-type = ["lib"]
9 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10
11 [dependencies]
12 anyhow = "1.0"
13 uuid = "1.2.2"
14 bitfield = "0.14.0"
15 memoffset = "0.8.0"
16 byteorder = "1.3"
17 bitflags = "1.3.2"
18 paste = "1.0.11"
19
20 [build-dependencies]
21 pkg-config = "0.3"
22 bindgen = "0.69.4"