vorago-reb1/Cargo.toml

39 lines
914 B
TOML
Raw Normal View History

2021-11-02 20:50:05 +01:00
[package]
name = "vorago-reb1"
2022-06-18 22:26:36 +02:00
version = "0.4.0"
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
edition = "2021"
description = "Board Support Crate for the Vorago REB1 development board"
2022-06-18 22:26:36 +02:00
homepage = "https://egit.irs.uni-stuttgart.de/rust/vorago-reb1"
repository = "https://egit.irs.uni-stuttgart.de/rust/vorago-reb1"
license = "Apache-2.0"
keywords = ["no-std", "reb1", "cortex-m", "vorago", "va108xx"]
2022-06-18 22:26:36 +02:00
categories = ["aerospace", "embedded", "no-std", "hardware-support"]
2021-11-02 20:50:05 +01:00
[dependencies]
2022-09-13 10:58:54 +02:00
cortex-m = "0.7"
cortex-m-rt = "0.7"
2022-06-18 22:26:36 +02:00
embedded-hal = "0.2.7"
2022-09-13 10:58:54 +02:00
dummy-pin = "0.1"
max116xx-10bit = "0.2"
[dependencies.va108xx-hal]
2022-09-13 10:58:54 +02:00
version = "0.5"
features = ["rt"]
2021-12-04 20:51:47 +01:00
[features]
rt = ["va108xx-hal/rt"]
[dev-dependencies]
2022-09-13 10:58:54 +02:00
cortex-m-rtic = "1.1"
panic-halt = "0.2"
2022-09-13 10:58:54 +02:00
nb = "1"
2022-06-18 22:26:36 +02:00
[dev-dependencies.rtt-target]
version = "0.3"
features = ["cortex-m"]
[dev-dependencies.panic-rtt-target]
version = "0.1"
features = ["cortex-m"]