summary refs log tree commit diff
path: root/render_node_forward/Cargo.toml
blob: accd36dbf77a01a7ac734728fe8a9e8b89e14f14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "render_node_forward"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

[lib]
path = "lib.rs"

[dependencies]
sys_util = { path = "../sys_util" }