aboutsummaryrefslogtreecommitdiff
path: root/demo/Cargo.toml
blob: f125cf270e4976215f803e2a7782e7a3fc47900f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "demo"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Toy project from https://github.com/dtolnay/cxx"
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
repository = "https://github.com/dtolnay/cxx"

[dependencies]
cxx = "1.0"

[build-dependencies]
cxx-build = "1.0"