rust-raspberrypi-OS-tutorials/03_hacky_hello_world/Cargo.toml

17 lines
312 B
TOML
Raw Normal View History

2019-09-24 20:55:23 +00:00
[package]
name = "kernel"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2018"
[package.metadata.cargo-xbuild]
sysroot_path = "../xbuild_sysroot"
# The features section is used to select the target board.
[features]
default = []
bsp_rpi3 = []
[dependencies]
r0 = "0.2.2"