continuwuity-ci-test/xtask/Cargo.toml
Ginger 290269c8a3
Some checks failed
Release Docker Image / Create Multi-arch Release Manifest (push) Has been cancelled
Release Docker Image / Build linux-amd64 (max-perf) (push) Has been cancelled
Release Docker Image / Build linux-arm64 (max-perf) (push) Has been cancelled
Release Docker Image / Create Max-Perf Manifest (push) Has been cancelled
Release Docker Image / Build linux-amd64 (release) (push) Has been cancelled
Release Docker Image / Build linux-arm64 (release) (push) Has been cancelled
Checks / Prek / Pre-commit & Formatting (push) Successful in 1m34s
Documentation / Build and Deploy Documentation (push) Has been cancelled
Create release / release (push) Failing after 2m43s
Checks / Prek / Clippy and Cargo Tests (push) Has been cancelled
ci: Create xtask and workflow for release automation
2026-01-12 14:42:07 -05:00

26 lines
559 B
TOML

[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
[features]
default = ["generate-docs"]
generate-docs = ["dep:conduwuit", "dep:conduwuit-admin"]
[dependencies]
clap.workspace = true
conduwuit = { workspace = true, optional = true }
conduwuit-admin = { workspace = true, optional = true }
askama = "0.15.1"
cargo_metadata = "0.23.1"
duct = "1.1.1"
[lints]
workspace = true