cargo_gn 0.0.13

Cargo integration with the GN build system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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",
  ".",
]