create / free replicas, plus error handling

This commit is contained in:
Dustin J. Mitchell
2022-01-23 17:24:54 +00:00
parent 33f5f056b1
commit ce56127bbf
9 changed files with 132 additions and 30 deletions

View File

@@ -9,6 +9,7 @@ name = "taskchampion"
crate-type = ["cdylib"]
[dependencies]
libc = "0.2.113"
taskchampion = { path = "../taskchampion" }
[build-dependencies]