add some UUID support

This commit is contained in:
Dustin J. Mitchell
2022-01-23 19:45:39 +00:00
parent e590dc7c98
commit 46e08bc040
8 changed files with 136 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
libc = "0.2.113"
taskchampion = { path = "../taskchampion" }
uuid = { version = "^0.8.2", features = ["serde", "v4"] }
anyhow = "1.0"
[build-dependencies]