Skip to content

Commit

Permalink
Merge pull request #459 from tursodatabase/lucio/xtask
Browse files Browse the repository at this point in the history
Add `xtask` support for builds
  • Loading branch information
LucioFranco authored Oct 31, 2023
2 parents e782e1a + 628001d commit 71e289b
Show file tree
Hide file tree
Showing 12 changed files with 341 additions and 184 deletions.
3 changes: 3 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[build]
rustflags = ["--cfg", "tokio_unstable"]

[alias]
xtask = "run --manifest-path ./xtask/Cargo.toml --"
Loading

0 comments on commit 71e289b

Please sign in to comment.