Skip to content

Commit f0ff2f1

Browse files
committed
Set up a Cargo config to override paths to deps
1 parent 84915a9 commit f0ff2f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cargo/config

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
paths = [
2+
".",
3+
"uefi-macros",
4+
"uefi-services",
5+
]

0 commit comments

Comments
 (0)