Merge #7
7: Update Cargo.toml r=robamu a=robamu - Added categories and reordered Cargo.toml a bit Co-authored-by: Robin Mueller <robin.mueller.m@gmail.com>
This commit is contained in:
commit
22c561248b
@ -1,13 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "va108xx"
|
name = "va108xx"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Peripheral access API for Vorago VA108XX microcontrollers"
|
description = "PAC for the Vorago VA108xx family of microcontrollers"
|
||||||
license = "MIT OR Apache-2.0"
|
|
||||||
homepage = "https://github.com/robamu-org/va108xx-rs"
|
homepage = "https://github.com/robamu-org/va108xx-rs"
|
||||||
repository = "https://github.com/robamu-org/va108xx-rs"
|
repository = "https://github.com/robamu-org/va108xx-rs"
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
keywords = ["no-std", "arm", "cortex-m", "vorago", "va108xx"]
|
keywords = ["no-std", "arm", "cortex-m", "vorago", "va108xx"]
|
||||||
authors = ["Robin Mueller <robin.mueller.m@gmail.com>"]
|
categories = ["embedded", "no-std", "hardware-support"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cortex-m = "0.7.3"
|
cortex-m = "0.7.3"
|
||||||
|
Reference in New Issue
Block a user