mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
14 lines
263 B
TOML
14 lines
263 B
TOML
[package]
|
|
name = "taskchampion-lib"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libc.workspace = true
|
|
anyhow.workspace = true
|
|
ffizz-header.workspace = true
|
|
|
|
taskchampion = { path = "../taskchampion" }
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions.workspace = true
|