add tc_replica_undo

This commit is contained in:
Dustin J. Mitchell
2022-01-23 17:34:59 +00:00
parent ce56127bbf
commit e590dc7c98
5 changed files with 33 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
libc = "0.2.113"
taskchampion = { path = "../taskchampion" }
anyhow = "1.0"
[build-dependencies]
cbindgen = "0.20.0"