crosvm/proto_build_tools/Cargo.toml
Noah Gold 232d47446c proto_build_tools: add crate for proto build tools.
In addition to DRYing out our proto code, we're switching to using
PathBufs to reduce the potential for cross platform errors.

BUG=b:256951877
TEST=builds

Change-Id: Ib7588de231afe67853c099e4f81683731b9439de
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/4021590
Reviewed-by: Vikram Auradkar <auradkar@google.com>
2022-11-12 01:02:23 +00:00

12 lines
160 B
TOML

[package]
name = "proto_build_tools"
authors = ["The Chromium OS Authors"]
version = "0.1.0"
edition = "2021"
[features]
[dependencies]
protoc-rust = "2.22"