rust-raspberrypi-OS-tutorials/10_DMA_memory/Cargo.toml

14 lines
279 B
TOML
Raw Normal View History

2019-01-27 20:41:09 +00:00
[package]
name = "kernel8"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[dependencies]
raspi3_boot = { path = "raspi3_boot" }
cortex-a = "2.4.0"
register = "0.3.2"
[package.metadata.cargo-xbuild]
sysroot_path = "../xbuild_sysroot"