summaryrefslogtreecommitdiff
path: root/userland/Cargo.toml
blob: 12a772e941a915376cdbf358120cb769800522ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "userland"
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 }
toolkit = { path = "../toolkit" }
commands = { path = "../commands" }

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