mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-18 08:11:24 +01:00
14 lines
227 B
TOML
14 lines
227 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
|
|
xshell.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|