summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: fca4ee6d8a0675fdd88da46714aaab59299a7055 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "gb"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
uefi = { version = "0.16.0", features = ["exts"] }
uefi-services = "0.13.0"