mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-27 09:20:33 +00:00
13 lines
220 B
TOML
13 lines
220 B
TOML
[package]
|
|
name = "demo"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cxx = { path = ".." }
|
|
|
|
[build-dependencies]
|
|
cxx-build = { path = "../gen/build" }
|