Files
continuwuity/xtask/main/Cargo.toml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
398 B
TOML
Raw Normal View History

2025-05-24 00:28:09 +01:00
[package]
name = "xtask"
authors.workspace = true
description.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
version.workspace = true
[dependencies]
clap.workspace = true
# Required for working with JSON output from cargo metadata
2025-07-06 21:59:20 +01:00
serde.workspace = true
2025-05-24 00:28:09 +01:00
serde_json = "1.0"
[lints]
workspace = true