mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-16 14:53:28 +02:00
ca61ca4f57
Add a number of slides that cover most of CXX's functionality and demonstrate how it can be used. Fixes #823. --------- Co-authored-by: Martin Geisler <mgeisler@google.com>
16 lines
330 B
TOML
16 lines
330 B
TOML
[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"
|