taskwarrior/taskchampion/xtask/Cargo.toml
Dustin J. Mitchell 1380d79148
Update to 2021 edition (#3217)
..and also include the rust-version property in the taskchampion crate.
2023-12-24 08:58:04 -05:00

11 lines
160 B
TOML

[package]
name = "xtask"
version = "0.4.1"
edition = "2021"
[dependencies]
anyhow.workspace = true
taskchampion-lib = { path = "../lib" }
regex = "^1.10.2"