rust-raspberrypi-OS-tutorials/02_multicore_rust/Cargo.toml
Andre Richter c19993934c
Use cargo-xbuild
Also, have a config where the individual projects can reuse the same
sysroot.
2018-08-21 21:22:50 +02:00

11 lines
224 B
TOML

[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"