mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 13:55:23 +01:00
implement run-pass tests as xtasks
`
This commit is contained in:
parent
bf9df9fe73
commit
d172df6f0a
8 changed files with 611 additions and 132 deletions
10
xtask/Cargo.toml
Normal file
10
xtask/Cargo.toml
Normal file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue