Cargo.toml 278 B

1234567891011
  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. [dependencies]
  10. log = "0.*"