implemented setattr (properly)
This commit is contained in:
parent
c9e8833ac6
commit
bdd01bd70e
8 changed files with 356 additions and 199 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -238,6 +238,7 @@ dependencies = [
|
|||
"chrono",
|
||||
"compact_str",
|
||||
"enum_dispatch",
|
||||
"log",
|
||||
"static_assertions",
|
||||
"thiserror 2.0.12",
|
||||
]
|
||||
|
|
@ -255,6 +256,7 @@ name = "fat-fuse"
|
|||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bitflags",
|
||||
"chrono",
|
||||
"compact_string",
|
||||
"fat-bits",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue