[package] name = "ch32v003-experiments" edition = "2021" # license = "MIT/Apache-2.0" version = "0.1.0" [dependencies] ch32v003-pac = { path = "./ch32v003-pac", features = ["rt"] } # ch32v003-rt = { path = "./ch32v003-rt" } riscv-rt = "0.11.0" panic-halt = "0.2.0" [patch.crates-io] riscv-rt = { git = "https://github.com/9names/riscv-rt", branch = "rv32e" } [profile.dev] incremental = false opt-level = 2 [profile.release] incremental = false lto = true opt-level = "z"