Use built to determine version information

This commit is contained in:
Dustin J. Mitchell 2021-06-07 15:26:41 -04:00
parent 0c43f82176
commit 6c9ba48674
5 changed files with 104 additions and 35 deletions

View file

@ -33,6 +33,9 @@ serde_json = { version = "*", optional = true }
[dependencies.taskchampion]
path = "../taskchampion"
[build-dependencies]
built = { version = "0.5", features = ["git2"] }
[dev-dependencies]
assert_cmd = "^1.0.3"
predicates = "^1.0.7"