Files
RedBear-OS/local/recipes/core/fatd/source/Cargo.toml
T

31 lines
737 B
TOML

[workspace]
members = [
"fat-blockdev",
"fatd",
"fat-mkfs",
"fat-label",
"fat-check",
]
resolver = "3"
[workspace.package]
version = "0.3.0"
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" }