CH579M_Small_Rust_Hello/Cargo.toml

18 lines
440 B
TOML

[package]
name = "ch57x-hello"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ch57x-pac = {git = "https://git.minori.work/Embedded_SDK/WCH_CH57x_PAC.git", features = ["critical-section"]}
cortex-m = "0.7.6"
cortex-m-rt = "0.6.13"
cortex-m-semihosting = "0.3.3"
panic-halt = "0.2.0"
[[bin]]
name = "ch57x-hello"
test = false
bench = false