joey-tmpls/template/Cargo.toml

14 lines
416 B
TOML

[package]
name = "{{project_name}}"
version = "{{version}}"
authors = ["{{author}} <{{author_email}}>"]
edition = "{{rust_edition}}"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
stm32f1xx-hal = { version = "0.7", features = ["rt", "stm32f103" ] }
cortex-m = "0.7"
cortex-m-rt = { version = "0.6", features = ["device"] }
panic-semihosting = "0.5"