Skip to content

Commit 4ccbf05

Browse files
committed
Add more info to Cargo.toml
1 parent a59e72d commit 4ccbf05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
name = "uefi"
33
version = "0.1.0"
44
authors = ["Gabriel Majeri <[email protected]>"]
5+
readme = "README.md"
56
publish = false
67

78
[dependencies]
89
bitflags = "1"
910

1011
[workspace]
11-
members = ["tests"]
12+
members = ["tests", "uefi-logger"]

0 commit comments

Comments
 (0)