summaryrefslogtreecommitdiff
path: root/wire_format_derive/Cargo.toml
blob: 52ab6a4c6e5a6b2f3ef45f6120a8ff74b5099723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "wire_format_derive"
version = "0.1.0"
authors = ["The Chromium OS Authors"]

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

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