mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-23 07:10:29 +00:00
16 lines
330 B
TOML
16 lines
330 B
TOML
[package]
|
|
name = "demo"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
description = "Toy project from https://github.com/dtolnay/cxx"
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
repository = "https://github.com/dtolnay/cxx"
|
|
|
|
[dependencies]
|
|
cxx = "1.0"
|
|
|
|
[build-dependencies]
|
|
cxx-build = "1.0"
|