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