rust-raspberrypi-OS-tutorials/01_wait_forever/Cargo.toml
2021-10-13 08:19:06 +02:00

24 lines
480 B
TOML

[package]
name = "mingo"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
edition = "2021"
[profile.release]
lto = true
[features]
default = []
bsp_rpi3 = []
bsp_rpi4 = []
[[bin]]
name = "kernel"
path = "src/main.rs"
##--------------------------------------------------------------------------------------------------
## Dependencies
##--------------------------------------------------------------------------------------------------
[dependencies]