[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 = {version = "0.7.6", features = ["critical-section-single-core"]} 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