Cargo.toml 411 B

12345678910111213141516
  1. [package]
  2. name = "riscv-rt"
  3. version = "0.4.0"
  4. repository = "https://github.com/rust-embedded/riscv-rt"
  5. authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
  6. categories = ["embedded", "no-std"]
  7. description = "Minimal runtime / startup for RISC-V CPU's"
  8. keywords = ["riscv", "runtime", "startup"]
  9. license = "ISC"
  10. [dependencies]
  11. r0 = "0.2.2"
  12. riscv = "0.4.0"
  13. [features]
  14. inline-asm = ["riscv/inline-asm"]