cargo_gn 0.0.3

Cargo integration with the GN build system
[package]
name = "cargo_gn"
version = "0.0.3"
authors = ["Ryan Dahl <ry@tinyclouds.org>"]
edition = "2018"

description = "Cargo integration with the GN build system"
license = "MIT"

[workspace]
members = [
  "example",
  ".",
]

[dependencies]