mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 00:01:24 +01:00
This is a stupid hack and I hate it, but we do need to support concurrent complement runs if we want to do this in CI.
21 lines
409 B
TOML
21 lines
409 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
miette.workspace = true
|
|
process-wrap.workspace = true
|
|
indicatif.workspace = true
|
|
rand.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
signal-hook.workspace = true
|
|
strum.workspace = true
|
|
xshell.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|