crosvm/p9/wire_format_derive/Cargo.toml

14 lines
216 B
TOML
Raw Normal View History

[package]
name = "wire_format_derive"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
[dependencies]
syn = "=0.15"
quote = "=0.6"
proc-macro2 = "=0.4"
[lib]
proc-macro = true
path = "wire_format_derive.rs"