moved FUSE impl into separate file, more work on inodes
This commit is contained in:
parent
3c977d2d42
commit
372aa34022
5 changed files with 686 additions and 540 deletions
|
|
@ -10,4 +10,5 @@ fat-bits = { version = "0.1.0", path = "../fat-bits" }
|
|||
fuser = "0.15.1"
|
||||
libc = "0.2.174"
|
||||
log = "0.4.27"
|
||||
rand = { version = "0.9.2", default-features = false, features = ["os_rng", "small_rng"] }
|
||||
thiserror = "2.0.12"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue