taskwarrior/taskchampion/lib/Cargo.toml
Dustin J. Mitchell 1380d79148
Update to 2021 edition (#3217)
..and also include the rust-version property in the taskchampion crate.
2023-12-24 08:58:04 -05:00

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