grapevine/xtask/Cargo.toml
Benjamin Lee 2e03b39cdd
kill dangling docker containers in complement run
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.
2024-09-24 15:52:29 -07:00

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