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

[dependencies]
proc-macro2 = "^1"
quote = "^1"
syn = "^1"

[lib]
proc-macro = true
path = "wire_format_derive.rs"