third_party_rust_cxx/tests/ffi/Cargo.toml

16 lines
255 B
TOML

[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" }