added fat-mount

This commit is contained in:
Moritz Gmeiner 2025-07-30 21:53:18 +02:00
commit d20fe4cf2d
3 changed files with 39 additions and 4 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"