mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-05-14 22:05:03 +00:00
22 lines
401 B
TOML
22 lines
401 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
|
|
|
|
[dependencies]
|
|
conduwuit-admin.workspace = true
|
|
conduwuit.workspace = true
|
|
clap.workspace = true
|
|
|
|
askama = "0.16.0"
|
|
cargo_metadata = "0.23.1"
|
|
|
|
[lints]
|
|
workspace = true
|