Cargo.toml 552 B

1234567891011121314151617181920
  1. [package]
  2. authors = ["徐启航 <akucxy@163.com>"]
  3. edition = "2021"
  4. license = "MIT OR Apache-2.0"
  5. name = "h2o_boot"
  6. version = "0.1.0"
  7. [dependencies]
  8. # Local crates
  9. archop = {path = "../libs/archop"}
  10. bitop_ex = {path = "../libs/bitop_ex"}
  11. minfo = {path = "../libs/minfo"}
  12. paging = {path = "../libs/paging"}
  13. # External crates
  14. goblin = {version = "0.4", default-features = false, features = ["elf32", "elf64", "endian_fd"]}
  15. log = "0.4"
  16. raw-cpuid = "9.0"
  17. static_assertions = "1.1"
  18. tinybmp = "0.3"
  19. uefi = {version = "0.11", features = ["logger", "alloc"]}