summaryrefslogtreecommitdiff
path: root/toolkit/Cargo.toml
blob: 216ed08ca6ef13506ade8e4d04f1bb35d2a0f80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "toolkit"
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.26.0", features = ["alloc"] }
uefi-services = { version = "0.23.0", features = [], default-features = false }
build-info = { version = "0.0.34", features = [], default-features = false }

[build-dependencies]
build-info-build = "0.0.34"