Cargo.toml 484 B

1234567891011121314
  1. [package]
  2. name = "riscv-cove"
  3. description = "Definitions and constants in the Confidential VM Extension"
  4. version = "0.0.0"
  5. authors = ["Longbing Zheng <1211998648@qq.com>", "Luo Jia <me@luojia.cc>"]
  6. documentation = "https://docs.rs/riscv-cove"
  7. edition.workspace = true
  8. license.workspace = true
  9. repository.workspace = true
  10. keywords = ["riscv", "sbi", "rustsbi", "riscv-cove"]
  11. categories = ["os", "embedded", "hardware-support", "no-std"]
  12. [dev-dependencies]
  13. static_assertions = "1.1.0"