[package] name = "floader" version = "0.1.1" edition = "2021" authors = ["ethan "] license = "MIT" description = "A small runner for building a UEFI app and running it on QEMU." homepage = "https://github.com/ethandmd/floader" documentation = "https://github.com/ethandmd/floader" repository = "https://github.com/ethandmd/floader" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ovmf-prebuilt = "0.1.0-alpha.1" bootloader = "0.11.4" clap = { version = "4.4.8", features = ["derive"] }