Skip to content

Commit cd279df

Browse files
committed
template: make template a working crate, create workspace in repo root
1 parent 3092db4 commit cd279df

File tree

8 files changed

+1897
-100
lines changed

8 files changed

+1897
-100
lines changed

.cargo/config.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,4 @@
22
target-dir = "target"
33

44
[alias]
5-
# We can't use `--package xtask` since we don't have a workspace at the root of this repo.
6-
# Instead, we have one workspace per template expansion in `generated`, which wouldn't mix with an external xtask crate.
7-
# So xtask is limited to the root of the repo, unfortunately.
8-
xtask = "run --manifest-path=./xtask/Cargo.toml --"
5+
xtask = "run --package xtask --"

0 commit comments

Comments
 (0)