va416xx/Cargo.toml

25 lines
700 B
TOML
Raw Normal View History

2021-11-21 19:31:40 +01:00
[package]
name = "va416xx"
version = "0.1.1"
2021-12-09 10:42:50 +01:00
authors = ["Robin Mueller <muellerr@irs.uni-stuttgart.de>"]
2021-11-21 19:31:40 +01:00
edition = "2021"
2021-12-07 00:53:44 +01:00
description = "PAC for the Vorago VA416xx family of MCUs"
homepage = "https://egit.irs.uni-stuttgart.de/rust/va416xx"
repository = "https://egit.irs.uni-stuttgart.de/rust/va416xx"
2021-12-09 10:41:43 +01:00
license = "Apache-2.0"
2021-11-21 20:06:32 +01:00
keywords = ["no-std", "arm", "cortex-m", "vorago", "va416xx"]
categories = ["embedded", "no-std", "hardware-support"]
2021-11-21 19:31:40 +01:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-12-09 10:41:43 +01:00
cortex-m = "0.7"
2021-11-21 20:06:32 +01:00
vcell = "0.1.3"
[dependencies.cortex-m-rt]
optional = true
version = ">=0.6.15,<0.8"
[features]
rt = ["cortex-m-rt/device"]