Files
taskwarrior-2.x/lib/Cargo.toml
Dustin J. Mitchell e590dc7c98 add tc_replica_undo
2022-01-25 02:26:04 +00:00

18 lines
277 B
TOML

[package]
name = "taskchampion-lib"
version = "0.1.0"
edition = "2021"
build = "build.rs"
[lib]
name = "taskchampion"
crate-type = ["cdylib"]
[dependencies]
libc = "0.2.113"
taskchampion = { path = "../taskchampion" }
anyhow = "1.0"
[build-dependencies]
cbindgen = "0.20.0"