diff --git a/boot/Cargo.toml b/boot/Cargo.toml index 95755cc..0b07603 100644 --- a/boot/Cargo.toml +++ b/boot/Cargo.toml @@ -1,11 +1,13 @@ [package] -name = "boot" +name = "illusion" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -log = { version = "0.4", default-features = false } -uefi = {version = "0.22.0", features = ["global_allocator", "alloc"] } -com_logger = "0.1.1" # https://crates.io/crates/com_logger \ No newline at end of file +uefi = {version = "0.26.0", features = ["global_allocator", "alloc"] } # https://crates.io/crates/uefi +log = { version = "0.4.20", default-features = false } # https://crates.io/crates/log +com_logger = "0.1.1" # https://crates.io/crates/com_logger + +hypervisor = { path = "../hypervisor" } \ No newline at end of file