[package] name = "riscv-rust-blink" version = "0.1.0" authors = ["Tiwalun "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fomu-pac = { git = "https://github.com/xobs/fomu-pac-rs.git", branch = "use-riscv-crate" } fomu-rt = "0.0.6" panic-halt = "0.2" [profile.release] # Keep debug information for release builds, for easier debugging. # It will be removed during the conversion to the .dfu file. debug = true # Improve code generation lto = true codegen-units = 1