Files

21 lines
558 B
TOML

[package]
name = "bcm2835-sdhcid"
description = "BCM2835 storage controller driver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fdt = { git = "https://github.com/repnop/fdt.git", rev = "059bb23" }
common = { path = "../../common" }
daemon = { path = "../../../daemon" }
driver-block = { path = "../driver-block" }
libredox.workspace = true
redox_syscall = { workspace = true, features = ["std"] }
redox_event.workspace = true
[lints]
workspace = true