Cargo.toml 293 B

12345678910111213141516
  1. [package]
  2. name = "aarch64"
  3. version = "0.1.0"
  4. authors = ["Andrew Walbran <[email protected]>"]
  5. edition = "2021"
  6. [dependencies]
  7. buddy_system_allocator = "0.9.0"
  8. fdt = "0.1.5"
  9. log = "0.4.17"
  10. smccc = "0.1.1"
  11. spin = "0.9.8"
  12. virtio-drivers = { path = "../.." }
  13. [build-dependencies]
  14. cc = "1.0.73"