rust-raspberrypi-OS-tutorials/02_multicore_rust/Cargo.toml

11 lines
224 B
TOML
Raw Normal View History

2018-04-03 20:45:21 +00:00
[package]
name = "kernel8"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
[dependencies]
raspi3_boot = { path = "raspi3_boot" }
[package.metadata.cargo-xbuild]
sysroot_path = "../xbuild_sysroot"