Cargo.toml 417 B

12345678910111213141516
  1. [package]
  2. name = "riscv"
  3. version = "0.5.2"
  4. repository = "https://github.com/rust-embedded/riscv"
  5. authors = ["The RISC-V Team <risc-v@teams.rust-embedded.org>"]
  6. categories = ["embedded", "hardware-support", "no-std"]
  7. description = "Low level access to RISC-V processors"
  8. keywords = ["riscv", "register", "peripheral"]
  9. license = "ISC"
  10. [dependencies]
  11. bare-metal = "0.2.0"
  12. bit_field = "0.9.0"
  13. [features]
  14. inline-asm = []