Implement Week 3 virtual tree with path resolver and FUSE integration

This commit is contained in:
Alexander
2026-05-12 18:25:24 +02:00
parent d664439746
commit d9e5e06166
7 changed files with 777 additions and 37 deletions
+1
View File
@@ -5,6 +5,7 @@ edition.workspace = true
[dependencies]
musicfs-core = { path = "../musicfs-core" }
musicfs-cache = { path = "../musicfs-cache" }
fuser.workspace = true
tokio.workspace = true
tracing.workspace = true