Cargo.toml 367 B

12345678910111213
  1. [package]
  2. name = "rsdp"
  3. version = "2.0.0"
  4. authors = ["Isaac Woods", "Restioson"]
  5. repository = "https://github.com/rust-osdev/acpi"
  6. description = "Zero-allocation library for locating and parsing the RSDP, the first ACPI table"
  7. categories = ["hardware-support", "no-std"]
  8. readme = "../README.md"
  9. license = "MIT/Apache-2.0"
  10. edition = "2018"
  11. [dependencies]
  12. log = "0.4"