You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
330 B
16 lines
330 B
[package]
|
|
name = "demo"
|
|
version = "0.0.0"
|
|
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"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cxx = "1.0"
|
|
|
|
[build-dependencies]
|
|
cxx-build = "1.0"
|