2
0

Cargo.toml 315 B

12345678910111213
  1. [package]
  2. name = "acpi"
  3. version = "0.1.0"
  4. authors = ["Isaac Woods <isaacwoods.home@gmail.com>"]
  5. repository = "https://github.com/rust-osdev/acpi"
  6. description = "Library for parsing ACPI tables and AML"
  7. readme = "README.md"
  8. license = "MIT/Apache-2.0"
  9. edition = "2018"
  10. [dependencies]
  11. log = "0.*"
  12. bit_field = "0.9.0"