]> git.sesse.net Git - bcachefs-tools-debian/blob - Cargo.toml
Disable pristine-tar option in gbp.conf, since there is no pristine-tar branch.
[bcachefs-tools-debian] / Cargo.toml
1 [package]
2 name = "bcachefs-tools"
3 version = "0.3.1"
4 authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>", "Kent Overstreet <kent.overstreet@linux.dev>" ]
5 edition = "2021"
6 rust-version = "1.70"
7
8 [[bin]]
9 name = "bcachefs"
10 path = "src/bcachefs.rs"
11
12 [dependencies]
13 log = { version = "0.4", features = ["std"] }
14 colored = "2"
15 clap = { version = "4.0.32", features = ["derive", "wrap_help"] }
16 clap_complete = "4.3.2"
17 anyhow = "1.0"
18 libc = "0.2.69"
19 udev = "0.7.0"
20 uuid = "1.2.2"
21 errno = "0.2"
22 either = "1.5"
23 rpassword = "7"
24 bch_bindgen = { path = "bch_bindgen" }
25 byteorder = "1.3"