[workspace] members = [ "fat-blockdev", "fatd", "fat-mkfs", "fat-label", "fat-check", ] resolver = "3" [workspace.package] version = "0.3.1" edition = "2024" license = "MIT" [workspace.dependencies] fatfs = "0.3.6" fscommon = "0.1.1" redox_syscall = { path = "../../../../../local/sources/syscall" } redox-scheme = { path = "../../../../../local/sources/redox-scheme" } libredox = { path = "../../../../../local/sources/libredox" } redox-path = "0.3.0" log = "0.4" env_logger = "0.11" libc = "0.2" [patch.crates-io] libredox = { path = "../../../../../local/sources/libredox" } redox-scheme = { path = "../../../../../local/sources/redox-scheme" } redox_syscall = { path = "../../../../../local/sources/syscall" }