aboutsummaryrefslogtreecommitdiff
path: root/xtask/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 /xtask/Cargo.toml
parentbf9df9fe73e9c1442a7a31ae93a91e7a8288f6f3 (diff)
implement run-pass tests as xtasks
`
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
new file mode 100644
index 0000000..fa7fd17
--- /dev/null
+++ b/xtask/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "xtask"
+version = "0.1.0"
+edition = "2018"
+
+[dependencies]
+anyhow = "1.0.43"
+os_pipe = "0.9.2"
+structopt = "0.3.22"
+tempdir = "0.3.7" \ No newline at end of file