Cargo.toml 368 B

12345678910111213141516
  1. [package]
  2. name = "fdt"
  3. version = "0.1.1"
  4. authors = ["Wesley Norris <[email protected]>"]
  5. edition = "2018"
  6. repository = "https://github.com/repnop/fdt"
  7. license = "MPL-2.0"
  8. description = "A pure-Rust `#![no_std]` crate for parsing Flattened Devicetrees"
  9. keywords = ["devicetree", "fdt", "dt"]
  10. categories = ["embedded", "no-std"]
  11. readme = "README.md"
  12. [dependencies]