aboutsummaryrefslogtreecommitdiff
path: root/tests/ffi/Cargo.toml
blob: e62d09069e7258bd0febf8c425d8ec15c13c8cf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cxx-test-suite"
version = "0.0.0"
edition = "2018"
publish = false

[lib]
path = "lib.rs"

[dependencies]
cxx = { path = "../.." }

[build-dependencies]
cxx-build = { path = "../../gen/build" }
cxxbridge-flags = { path = "../../flags" }