third_party_rust_cxx/demo/Cargo.toml
2020-09-01 21:24:40 -07:00

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