added fat-mount

This commit is contained in:
Moritz Gmeiner 2025-07-30 21:53:18 +02:00
commit 026e145ccb
4 changed files with 313 additions and 1 deletions

10
fat-mount/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "fat-mount"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
env_logger = "0.11.8"
fat-fuse = { version = "0.1.0", path = "../fat-fuse" }
fuser = "0.15.1"