[package] name = "cxx-demo" version = "0.0.7" authors = ["David Tolnay "] description = "Toy project from https://github.com/dtolnay/cxx" edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/cxx" [dependencies] cxx = "1.0" [build-dependencies] cxx-build = "1.0" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--document-private-items"]