mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-19 00:31:24 +01:00
20 lines
387 B
TOML
20 lines
387 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
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
signal-hook.workspace = true
|
|
strum.workspace = true
|
|
xshell.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|