Skip to content

Commit a59e72d

Browse files
committed
Update Cargo.toml
1 parent 901d82d commit a59e72d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[package]
2+
name = "uefi"
3+
version = "0.1.0"
4+
authors = ["Gabriel Majeri <[email protected]>"]
5+
publish = false
6+
7+
[dependencies]
8+
bitflags = "1"
9+
10+
[workspace]
11+
members = ["tests"]

0 commit comments

Comments
 (0)