summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 470906cdb042bdc2dcb5313e9f71aa3bd721d2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "efiloadertest"
version = "0.0.1"
edition = "2021"

[dependencies]
efiloader = { git = "https://github.com/ardbiesheuvel/efiloader", default-features = false }
libc = "*"
log = "*"
rand = "*"
termion = "2.0.1"
widestring = "*"