Files
RedBear-OS/storage/driver-block/Cargo.toml
T
2024-03-18 22:09:25 +00:00

10 lines
187 B
TOML

[package]
name = "driver-block"
version = "0.1.0"
edition = "2021"
[dependencies]
partitionlib = { git = "https://gitlab.redox-os.org/redox-os/partitionlib.git" }
redox_syscall = "0.5"