Cargo.toml 479 B

1234567891011121314
  1. [package]
  2. name = "penglai"
  3. description = "Definitions and constants in the Penglai PMP extension"
  4. version = "0.0.0"
  5. authors = ["Char <jinzhe.oerv@isrc.iscas.ac.cn>", "Luo Jia <me@luojia.cc>"]
  6. documentation = "https://docs.rs/penglai"
  7. edition.workspace = true
  8. license.workspace = true
  9. repository.workspace = true
  10. keywords = ["riscv", "sbi", "rustsbi", "penglai", "tee"]
  11. categories = ["os", "embedded", "hardware-support", "no-std"]
  12. [dev-dependencies]
  13. static_assertions = "1.1.0"