fat-rs/fat-fuse/Cargo.toml

24 lines
496 B
TOML
Raw Normal View History

2025-07-27 14:38:31 +02:00
[package]
name = "fat-fuse"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
2025-08-02 17:22:32 +02:00
bitflags = "2.9.1"
chrono = { version = "0.4.41", default-features = false, features = [
"alloc",
"clock",
"std",
] }
compact_string = "0.1.0"
2025-07-27 14:38:31 +02:00
fat-bits = { version = "0.1.0", path = "../fat-bits" }
fuser = "0.15.1"
fxhash = "0.2.1"
2025-07-27 14:38:31 +02:00
libc = "0.2.174"
log = "0.4.27"
rand = { version = "0.9.2", default-features = false, features = [
"os_rng",
"small_rng",
] }
2025-07-27 14:38:31 +02:00
thiserror = "2.0.12"