test bindings in an integration-tests crate

This commit is contained in:
Dustin J. Mitchell
2022-01-25 01:27:24 +00:00
parent 56a805151d
commit c006cbe8e5
29 changed files with 4389 additions and 7123 deletions

9
Cargo.lock generated
View File

@@ -1520,6 +1520,15 @@ dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "integration-tests"
version = "0.4.1"
dependencies = [
"cc",
"taskchampion",
"taskchampion-lib",
]
[[package]]
name = "iovec"
version = "0.1.4"