started work on fuse implementation
This commit is contained in:
parent
e4f693ed3e
commit
9ad94e9634
4 changed files with 731 additions and 1 deletions
12
fat-fuse/Cargo.toml
Normal file
12
fat-fuse/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "fat-fuse"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
fat-bits = { version = "0.1.0", path = "../fat-bits" }
|
||||
fuser = "0.15.1"
|
||||
libc = "0.2.174"
|
||||
log = "0.4.27"
|
||||
thiserror = "2.0.12"
|
||||
Loading…
Add table
Add a link
Reference in a new issue