[package] authors = ["徐启航 "] edition = "2021" license = "MIT OR Apache-2.0" name = "h2o_boot" version = "0.1.0" [dependencies] # Local crates archop = {path = "../libs/archop"} bitop_ex = {path = "../libs/bitop_ex"} minfo = {path = "../libs/minfo"} paging = {path = "../libs/paging"} # External crates goblin = {version = "0.4", default-features = false, features = ["elf32", "elf64", "endian_fd"]} log = "0.4" raw-cpuid = "9.0" static_assertions = "1.1" tinybmp = "0.3" uefi = {version = "0.11", features = ["logger", "alloc"]}