major cleanup
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@ -1,20 +1,10 @@
|
||||
[package]
|
||||
name = "barnacle"
|
||||
version = "0.2.0"
|
||||
version = "0.3.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.20"
|
||||
uefi = "0.26.0"
|
||||
uefi-services = "0.23.0"
|
||||
|
||||
Reference in New Issue
Block a user