1[package]
2name = "cxx-test-suite"
3version = "0.0.0"
4edition = "2018"
5publish = false
6
7[lib]
8path = "lib.rs"
9
10[dependencies]
11cxx = { path = "../.." }
12
13[build-dependencies]
14cxx-build = { path = "../../gen/build" }
15cxxbridge-flags = { path = "../../flags" }
16