Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
memN0ps committed Dec 13, 2023
1 parent 7b3b654 commit a9b0399
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions boot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
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" }

0 comments on commit a9b0399

Please sign in to comment.