Files
taskwarrior-2.x/rust/lib/Cargo.toml
Dustin J. Mitchell ccb9a0fdfb Import taskchampion-lib into integration-tests as rust symbols
This allows Cargo to handle the linking peculiarities of platforms.
2022-07-29 21:41:41 -04:00

13 lines
207 B
TOML

[package]
name = "taskchampion-lib"
version = "0.1.0"
edition = "2018"
[dependencies]
libc = "0.2.126"
taskchampion = { path = "../taskchampion" }
anyhow = "1.0"
[dev-dependencies]
pretty_assertions = "1"