mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
12 lines
384 B
TOML
12 lines
384 B
TOML
|
[package]
|
||
|
name = "simple_boot"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
bootloader-locator = "0.0.4" # for locating the `bootloader` dependency on disk
|
||
|
locate-cargo-manifest = "0.2.0" # for locating the kernel's `Cargo.toml`
|