Skip to content

Commit

Permalink
Add xtask for project workflows, but start small with only `run-was…
Browse files Browse the repository at this point in the history
…m` (#3844)
  • Loading branch information
ErichDonGubler authored Jun 8, 2023
1 parent 1738202 commit 3c3763b
Show file tree
Hide file tree
Showing 10 changed files with 765 additions and 411 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[alias]
run-wasm = "run --release --package run-wasm --"
xtask = "run --manifest-path xtask/Cargo.toml --"

[build]
rustflags = [
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
target/
# Include the root lockfile but not the others
*/Cargo.lock
!xtask/Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
Expand Down
Loading

0 comments on commit 3c3763b

Please sign in to comment.