taskwarrior/taskchampion/lib/Cargo.toml
Dustin J. Mitchell 18a8bd2997
Use corrosion instead of CMakeRust (#3273)
* Use corrosion instead of CMakeRust
* use OpenSUSE tumbleweed (latest) to get newer CMake
2024-03-02 16:21:34 -05:00

17 lines
305 B
TOML

[package]
name = "taskchampion-lib"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib", "rlib"]
[dependencies]
libc.workspace = true
anyhow.workspace = true
ffizz-header.workspace = true
taskchampion = { path = "../taskchampion" }
[dev-dependencies]
pretty_assertions.workspace = true