Files
RedBear-OS/storage/bcm2835-sdhcid/Cargo.toml
T
2024-09-29 09:36:36 +00:00

18 lines
474 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"
common = { path = "../../common" }
driver-block = { path = "../driver-block" }
redox-daemon = "0.1"
libredox = "0.1.3"
redox_syscall = { version = "0.5", features = ["std"] }
redox-scheme = { git = "https://gitlab.redox-os.org/redox-os/redox-scheme.git" }
redox_event = "0.4"