stm32-metapac: remove all macrotables, deduplicate metadata files.
This commit is contained in:
@ -3,6 +3,21 @@ name = "stm32-metapac"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
resolver = "2"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/embassy-rs/embassy"
|
||||
description = "Peripheral Access Crate (PAC) for all STM32 chips, including metadata."
|
||||
|
||||
# `cargo publish` is unable to figure out which .rs files are needed due to the include! magic.
|
||||
include = [
|
||||
"**/*.rs",
|
||||
"**/*.x",
|
||||
"Cargo.toml",
|
||||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["stm32h755zi-cm7", "pac", "metadata"]
|
||||
default-target = "thumbv7em-none-eabihf"
|
||||
targets = []
|
||||
|
||||
[dependencies]
|
||||
cortex-m = "0.7.3"
|
||||
|
Reference in New Issue
Block a user