]> git.sesse.net Git - bcachefs-tools-debian/blob - Cargo.toml
rust: bump rpassword to v7.x
[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.65"
7
8 [[bin]]
9 name = "bcachefs"
10 path = "src/bcachefs.rs"
11
12 [dependencies]
13 atty = "0.2.14"
14 log = { version = "0.4", features = ["std"] }
15 colored = "2"
16 clap = { version = "4.0.32", features = ["derive", "wrap_help"] }
17 clap_complete = "4.3.2"
18 anyhow = "1.0"
19 libc = "0.2.69"
20 udev = "0.7.0"
21 uuid = "1.2.2"
22 gag = "1.0.0"
23 errno = "0.2"
24 either = "1.5"
25 rpassword = "7"
26 bch_bindgen = { path = "bch_bindgen" }
27 byteorder = "1.3"