rust-raspberrypi-OS-tutorials/01_wait_forever/Cargo.toml

17 lines
300 B
TOML
Raw Normal View History

2018-04-04 18:40:41 +00:00
[package]
2019-09-21 22:32:54 +00:00
name = "kernel"
2018-04-04 18:40:41 +00:00
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
2018-12-22 19:06:35 +00:00
edition = "2018"
2018-04-04 18:40:41 +00:00
[package.metadata.cargo-xbuild]
sysroot_path = "../xbuild_sysroot"
2019-09-21 22:32:54 +00:00
# The features section is used to select the target board.
[features]
default = []
bsp_rpi3 = []
[dependencies]