aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLotte Steenbrink <lotte.steenbrink@ferrous-systems.com>2021-08-26 10:58:59 +0200
committerLotte Steenbrink <lotte.steenbrink@ferrous-systems.com>2021-09-16 16:31:30 +0200
commitd172df6f0a9e105fbb501dc2c044ab685a269246 (patch)
treeea1c11397becd56e25d69cdd148d73506101e9c5 /Cargo.toml
parentbf9df9fe73e9c1442a7a31ae93a91e7a8288f6f3 (diff)
implement run-pass tests as xtasks
`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed0312d..5506a58 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,6 +76,7 @@ lto = true
[workspace]
members = [
"macros",
+ "xtask",
]
# do not optimize proc-macro deps or build scripts