]> git.sesse.net Git - bcachefs-tools-debian/blob - rust-src/mount/Cargo.toml
rust: support fstab style mount
[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 = "4.0.32", features = ["derive", "wrap_help"] }
15 anyhow = "1.0"
16 libc = "0.2.69"
17 udev = "0.7.0"
18 uuid = "1.2.2"
19 gag = "1.0.0"
20 getset = "0.1"
21 itertools = "0.9"
22 parse-display = "0.1"
23 errno = "0.2"
24 either = "1.5"
25 rpassword = "4"
26 camino = "1.0.5"
27 bch_bindgen = { path = "../bch_bindgen" }
28 byteorder = "1.3"