Set up allocations

This commit is contained in:
Philipp Oppermann
2021-03-24 13:32:19 +01:00
parent e0b5cf89ba
commit 9d78913a37
2 changed files with 25 additions and 2 deletions

View File

@@ -10,4 +10,4 @@ edition = "2018"
members = ["disk_image"]
[dependencies]
uefi = "0.8.0"
uefi = { version = "0.8.0", features = ["alloc"] }