mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00

This allows us to be consistent about the required versions for each of the member packages. Fixes #3088.
9 lines
141 B
TOML
9 lines
141 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.4.1"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
|
|
taskchampion-lib = { path = "../lib" }
|