forked from continuwuation/continuwuity
22 lines
482 B
TOML
22 lines
482 B
TOML
[package]
|
|
name = "xtask"
|
|
authors.workspace = true
|
|
categories.workspace = true
|
|
description.workspace = true
|
|
edition.workspace = true
|
|
homepage.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
readme.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
clap.workspace = true
|
|
# Required for working with JSON output from cargo metadata
|
|
serde.workspace = true
|
|
serde_json = "1.0"
|
|
|
|
[lints]
|
|
workspace = true
|