1[package]
2name = "cxx-test-suite"
3version = "0.0.0"
4authors = ["David Tolnay <[email protected]>"]
5edition = "2021"
6publish = false
7
8[lib]
9path = "lib.rs"
10
11[dependencies]
12cxx = { path = "../..", default-features = false }
13
14[build-dependencies]
15cxx-build = { path = "../../gen/build" }
16cxxbridge-flags = { path = "../../flags" }
17