rust-raspberrypi-OS-tutorials/05_uart0/raspi3_boot/Cargo.toml
Andre Richter 5ca70912fb
Remove unused cortex-a imports.
Why doesn't clippy catch this...?
2018-08-24 08:29:13 +02:00

9 lines
156 B
TOML

[package]
name = "raspi3_boot"
version = "0.1.0"
authors = ["Andre Richter <andre.o.richter@gmail.com>"]
[dependencies]
panic-abort = "0.2.0"
r0 = "0.2.2"