mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00

* Use corrosion instead of CMakeRust * use OpenSUSE tumbleweed (latest) to get newer CMake
17 lines
305 B
TOML
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
|