mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
8 lines
131 B
TOML
8 lines
131 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.4.1"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
taskchampion-lib = { path = "../lib" }
|