fomu-workshop/riscv-rust-blink/Cargo.toml

14 lines
291 B
TOML
Raw Normal View History

2019-12-29 23:10:26 +00:00
[package]
name = "riscv-rust-blink"
version = "0.1.0"
authors = ["Tiwalun <dominik.boehi@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fomu-rt = "0.0.3"
fomu-pac = "0.0.1"
panic-halt = "0.2"