mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 03:57:24 +00:00
232d47446c
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>
11 lines
160 B
TOML
11 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"
|
|
|