]> git.sesse.net Git - bcachefs-tools-debian/blob - rust-src/mount/Cargo.toml
Remove valgrind build-dep
[bcachefs-tools-debian] / rust-src / mount / Cargo.toml
1 [package]
2 name = "bcachefs-mount"
3 version = "0.3.1"
4 authors = ["Yuxuan Shui <yshuiv7@gmail.com>", "Kayla Firestack <dev@kaylafire.me>"]
5 edition = "2018"
6
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9 [dependencies]
10 tracing = "0.1.26"
11 tracing-log = "0.1.2"
12 tracing-subscriber = "0.2.20"
13 tracing-attributes = "0.1.15"
14 clap = { version = "2.33", features = [ "wrap_help" ] }
15 anyhow = "1.0"
16 libc = "0.2.69"
17 uuid = "0.8"
18 udev = "0.4"
19 gag = "1.0.0"
20 getset = "0.1"
21 itertools = "0.9"
22 structopt = "0.3.23"
23 parse-display = "0.1"
24 errno = "0.2"
25 either = "1.5"
26 rpassword = "4"
27 camino = "1.0.5"
28 bch_bindgen = { path = "../bch_bindgen" }
29 byteorder = "1.3"
30