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

[lib]
path = "lib.rs"

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