21 lines
446 B
TOML
21 lines
446 B
TOML
[package]
|
|
name = "ygg_driver_mmc_generic_sdhci"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
device-tree.workspace = true
|
|
device-api.workspace = true
|
|
yggdrasil-abi.workspace = true
|
|
libk.workspace = true
|
|
libk-util.workspace = true
|
|
libk-mm.workspace = true
|
|
|
|
log.workspace = true
|
|
tock-registers.workspace = true
|
|
bitflags.workspace = true
|
|
bytemuck.workspace = true
|
|
async-trait.workspace = true
|
|
futures-util.workspace = true
|
|
bitfield = "0.19.1"
|