Cargo.toml 349 B

12345678910111213141516
  1. [package]
  2. name = "aarch64"
  3. version = "0.1.0"
  4. authors = ["Andrew Walbran <[email protected]>"]
  5. edition = "2021"
  6. [dependencies]
  7. fdt = "0.1.4"
  8. lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
  9. log = "0.4.17"
  10. psci = "0.1.1"
  11. spin = "0.9.4"
  12. virtio-drivers = { path = "../..", default-features = false }
  13. [build-dependencies]
  14. cc = "1.0.73"