Cargo.toml 374 B

12345678910111213
  1. [package]
  2. name = "riscv"
  3. version = "0.1.4"
  4. repository = "https://github.com/dvc94ch/riscv"
  5. authors = ["David Craven <david@craven.ch>"]
  6. categories = ["embedded", "hardware-support", "no-std"]
  7. description = "Low level access to RISCV processors"
  8. keywords = ["riscv", "register", "peripheral"]
  9. license = "ISC"
  10. [dependencies]
  11. bare-metal = "^0.1.1"
  12. volatile-register = "^0.2.0"