Robin Mueller
c143d8186d
All checks were successful
Rust/va108xx-rs/pipeline/head This commit looks good
23 lines
622 B
TOML
23 lines
622 B
TOML
[package]
|
|
name = "va108xx"
|
|
version = "0.2.3"
|
|
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
|
|
edition = "2021"
|
|
description = "PAC for the Vorago VA108xx family of microcontrollers"
|
|
homepage = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs"
|
|
repository = "https://egit.irs.uni-stuttgart.de/rust/va108xx-rs"
|
|
license = "Apache-2.0"
|
|
keywords = ["no-std", "arm", "cortex-m", "vorago", "va108xx"]
|
|
categories = ["embedded", "no-std", "hardware-support"]
|
|
|
|
[dependencies]
|
|
cortex-m = "0.7.3"
|
|
vcell = "0.1.3"
|
|
|
|
[dependencies.cortex-m-rt]
|
|
optional = true
|
|
version = ">=0.6.15,<0.8"
|
|
|
|
[features]
|
|
rt = ["cortex-m-rt/device"]
|