rust-raspberrypi-OS-tutorials/09_delays/Cargo.toml

13 lines
262 B
TOML
Raw Normal View History

[package]
name = "kernel8"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
[dependencies]
raspi3_boot = { path = "raspi3_boot" }
cortex-a = "2.2.1"
2018-08-23 21:53:55 +00:00
register = "0.2.0"
[package.metadata.cargo-xbuild]
sysroot_path = "../xbuild_sysroot"