move contents of taskchampion repo to tc/

This commit is contained in:
Dustin J. Mitchell 2022-05-08 19:01:20 +00:00
parent 73baefa0a5
commit 2a92b2a4b9
No known key found for this signature in database
219 changed files with 0 additions and 0 deletions

View file

@ -1,16 +0,0 @@
[package]
name = "taskchampion-lib"
version = "0.1.0"
edition = "2018"
[lib]
name = "taskchampionlib"
crate-type = ["staticlib", "cdylib", "rlib"]
[dependencies]
libc = "0.2.113"
taskchampion = { path = "../taskchampion" }
anyhow = "1.0"
[dev-dependencies]
pretty_assertions = "1"