entry and wait time support

This commit is contained in:
Dustin J. Mitchell
2022-02-01 02:45:28 +00:00
parent f2b3e5fd0a
commit e5625e1597
8 changed files with 190 additions and 14 deletions

View File

@@ -10,8 +10,9 @@ crate-type = ["cdylib"]
[dependencies]
libc = "0.2.113"
chrono = "^0.4.10"
taskchampion = { path = "../taskchampion" }
uuid = { version = "^0.8.2", features = ["serde", "v4"] }
uuid = { version = "^0.8.2", features = ["v4"] }
anyhow = "1.0"
[build-dependencies]