taskwarrior/taskchampion/xtask/Cargo.toml
Dustin J. Mitchell 18a8bd2997
Use corrosion instead of CMakeRust (#3273)
* Use corrosion instead of CMakeRust
* use OpenSUSE tumbleweed (latest) to get newer CMake
2024-03-02 16:21:34 -05:00

9 lines
158 B
TOML

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