022b809248
Done for /embassy-stm32 only The new generator is in /stm32-gen-features /stm32-metapac could/should be added too A CI check "generated features up to date" could/should be performed
13 lines
280 B
TOML
13 lines
280 B
TOML
[package]
|
|
name = "gen_features"
|
|
version = "0.1.0"
|
|
authors = ["Côme ALLART <come.allart@netc.fr>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
glob = "0.3.0"
|
|
yaml-rust = "0.4.5"
|
|
toml = "0.5.8"
|