rust-raspberrypi-OS-tutorials/0B_exception_levels/Cargo.toml

14 lines
279 B
TOML
Raw Normal View History

[package]
name = "kernel8"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
2018-12-22 19:06:35 +00:00
edition = "2018"
[dependencies]
raspi3_boot = { path = "raspi3_boot" }
2018-12-22 19:06:35 +00:00
cortex-a = "2.3.1"
register = "0.3.2"
[package.metadata.cargo-xbuild]
sysroot_path = "../xbuild_sysroot"