vorago-reb1/Cargo.toml

18 lines
380 B
TOML
Raw Normal View History

2021-11-02 20:50:05 +01:00
[package]
name = "vorago-reb1"
description = "BSP crate for the Vorago REB1 development Board"
version = "0.1.0"
edition = "2018"
license = "MIT OR Apache-2.0"
2021-11-02 20:50:05 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cortex-m-rt = "0.7.0"
[dependencies.va108xx]
path = "../va108xx-rs"
version = "0.1.0"
features = ["rt"]