va108xx-hal/Cargo.toml

24 lines
650 B
TOML
Raw Normal View History

2021-11-03 23:11:59 +01:00
[package]
name = "va108xx-hal"
version = "0.1.0"
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
2021-11-03 23:11:59 +01:00
edition = "2018"
description = "HAL for the Vorago VA108xx family of microcontrollers"
homepage = "https://github.com/robamu/va108xx-hal-rs"
repository = "https://github.com/robamu/va108xx-hal-rs"
license = "MIT OR Apache-2.0"
keywords = ["no-std", "hal", "cortex-m", "vorago", "va108xx"]
categories = ["embedded", "no-std", "hardware-support"]
2021-11-03 23:11:59 +01:00
[dependencies]
cortex-m = "0.7.3"
cortex-m-rt = "0.7.0"
nb = "1"
embedded-hal = { features = ["unproven"], version = "0.2.6" }
[dependencies.va108xx]
version = "0.1"
[features]
rt = ["va108xx/rt"]