cxx-demo 0.0.5

Toy project from https://github.com/dtolnay/cxx
[package]
name = "cxx-demo"
version = "0.0.5"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Toy project from https://github.com/dtolnay/cxx"
repository = "https://github.com/dtolnay/cxx"
edition = "2018"

[dependencies]
cxx = { version = "1.0", path = ".." }

[build-dependencies]
cxx-build = { version = "1.0", path = "../gen/build" }