Files
RedBear-OS/storage/bcm2835-sdhcid/Cargo.toml
T
2024-02-29 15:41:05 +01:00

16 lines
409 B
TOML

[package]
name = "bcm2835-sdhcid"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fdt = "0.1.5"
redox_syscall = "0.4"
partitionlib = { git = "https://gitlab.redox-os.org/redox-os/partitionlib.git" }
block-io-wrapper = { path = "../block-io-wrapper" }
common = { path = "../../common" }
redox-daemon = "0.1"