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