Skip to content

Commit efe3af8

Browse files
committed
Add Cargo workspace configuration
See rust-lang/rfcs#1525
1 parent c849d9e commit efe3af8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[workspace]
2+
members = [
3+
"maud",
4+
"maud_macros",
5+
"maud_extras",
6+
]

0 commit comments

Comments
 (0)