feat: add fuser

This commit is contained in:
2022-06-11 17:32:21 +08:00
parent fc23a5959b
commit 9ceaf9a789
3 changed files with 509 additions and 0 deletions

12
__fs/fuser/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "fuser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
env_logger = "0.9.0"
libc = "0.2.126"
clap = { version = "3.0", features = ["cargo"] }
fuser = "0.11.0"