This allows us to be consistent about the required versions for each of the member packages. Fixes #3088.
15 lines
263 B
TOML
15 lines
263 B
TOML
[package]
|
|
name = "taskchampion-lib"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
libc.workspace = true
|
|
anyhow.workspace = true
|
|
ffizz-header.workspace = true
|
|
|
|
taskchampion = { path = "../taskchampion" }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions.workspace = true
|