]> git.sesse.net Git - bcachefs-tools-debian/commit
rust: support fstab style mount
authorAlexander Fougner <fougner89@gmail.com>
Thu, 12 Jan 2023 19:35:23 +0000 (20:35 +0100)
committerAlexander Fougner <fougner89@gmail.com>
Sun, 15 Jan 2023 21:20:13 +0000 (22:20 +0100)
commit87243efa5c792f72be0bcea2fdf0c4335d59c2ec
treeb646133f468fef83ed4ec5520eeb9dd5ac96eb04
parentccaca683b22170b633e3840fcc913c8a9ce30d51
rust: support fstab style mount

- add support for fstab format, UUID=<uuid>

- structopt is no longer actively maintained, replace with clap v4
  which support everything structopt can and more.

- update dependencies

Signed-off-by: Alexander Fougner <fougner89@gmail.com>
doc/bcachefs-principles-of-operation.tex
rust-src/bch_bindgen/Cargo.lock
rust-src/bch_bindgen/Cargo.toml
rust-src/mount/Cargo.lock
rust-src/mount/Cargo.toml
rust-src/mount/src/lib.rs
rust-src/mount/src/main.rs