[package]
name = "file"
version = "0.1.0"
edition = "2024"

[dependencies]
block-device = { path = "block-device" }
block-device-api = { path = "block-device-api" }
filesystem = { path = "filesystem" }
mutex = { path = "../mutex" }
typestate = { path = "../typestate" }
typestate_macro = { path = "../typestate_macro" }
allocator = { path = "../allocator", features = ["no-alloc-error-handler"] }

[dev-dependencies]
arch_hal = { path = "../arch_hal", default-features = false, features = ["uefi-test"] }

[lib]
doctest = false
test = false

[[test]]
name = "fat32_virtio"
path = "tests/fat32_virtio.rs"
harness = false