1[package] 2name = "demo" 3version = "0.0.0" 4authors = ["David Tolnay <dtolnay@gmail.com>"] 5license = "MIT OR Apache-2.0" 6description = "Toy project from https://github.com/dtolnay/cxx" 7repository = "https://github.com/dtolnay/cxx" 8edition = "2018" 9publish = false 10 11[dependencies] 12cxx = "1.0" 13 14[build-dependencies] 15cxx-build = "1.0" 16