2
0

Cargo.toml 343 B

123456789101112
  1. [package]
  2. name = "rsdp"
  3. version = "2.0.1"
  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. license = "MIT/Apache-2.0"
  9. edition = "2021"
  10. [dependencies]
  11. log = "0.4"