test bindings in an integration-tests crate
This commit is contained in:
14
integration-tests/Cargo.toml
Normal file
14
integration-tests/Cargo.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "integration-tests"
|
||||
version = "0.4.1"
|
||||
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
build = "build.rs"
|
||||
|
||||
[dependencies]
|
||||
taskchampion = { path = "../taskchampion" }
|
||||
|
||||
[build-dependencies]
|
||||
cc = "1.0"
|
||||
taskchampion-lib = { path = "../lib" }
|
||||
Reference in New Issue
Block a user