cargo_gn 0.0.15

Cargo integration with the GN build system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "cargo_gn"
version = "0.0.15"
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",
  ".",
]

[badges]
travis-ci = { repository = "denoland/cargo_gn" }