mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-24 07:40:19 +00:00
16 lines
255 B
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" }
|