basic functionality

This commit is contained in:
2023-03-16 22:08:38 +01:00
commit fc3f5f27b4
12 changed files with 591 additions and 0 deletions

20
Cargo.toml Normal file
View File

@ -0,0 +1,20 @@
[package]
name = "barnacle"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "barnacle"
test = false
bench = false
[lib]
test = false
bench = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.17"
uefi = "0.19.1"
uefi-services = "0.16.0"