mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
9 lines
169 B
TOML
9 lines
169 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.4.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
taskchampion-lib = { path = "../src/tc/lib" }
|
|
regex.workspace = true
|