[package]
name = "cargo_gn"
version = "0.0.13"
authors = ["Ryan Dahl <ry@tinyclouds.org>"]
edition = "2018"
repository = "https://github.com/denoland/cargo_gn"
readme = "README.md"
description = "Cargo integration with the GN build system"
license = "MIT"
[workspace]
members = [
"example",
".",
]