va416xx/Cargo.toml

25 lines
697 B
TOML
Raw Normal View History

2021-11-21 19:31:40 +01:00
[package]
name = "va416xx"
version = "0.1.0"
2021-11-21 20:06:32 +01:00
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
2021-11-21 19:31:40 +01:00
edition = "2021"
2021-11-21 20:06:32 +01:00
description = "PAC for the Vorago VA416xx family of microcontrollers"
homepage = "https://github.com/robamu/va416xx-rs"
repository = "https://github.com/robamu/va416xx-rs"
license = "MIT OR Apache-2.0"
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-11-21 20:06:32 +01:00
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"]