Skip to content

Commit

Permalink
Undo Cargo.toml change.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrockman committed Mar 23, 2024
1 parent 8cad0e6 commit 45a3d62
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
[workspace]
resolver = "2"
members = ["libninja", "macro", "core", "mir", "hir", "mir_rust", "commercial"]
members = [
"libninja",
"macro",
"core",
"mir",
"hir",
"mir_rust",
]
exclude = [
"commercial",
]

0 comments on commit 45a3d62

Please sign in to comment.