Files
blog_os/Cargo.toml
Philipp Oppermann 9d78913a37 Set up allocations
2021-04-06 17:33:51 +02:00

14 lines
317 B
TOML

[package]
name = "uefi_app"
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
[workspace]
members = ["disk_image"]
[dependencies]
uefi = { version = "0.8.0", features = ["alloc"] }