summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: d2676bb09b2f9c6d2964fd2f3b4b26a3d9759791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "p9_wire_format_derive"
version = "0.2.3"
authors = ["The ChromiumOS Authors"]
license = "BSD-3-Clause"
description = "Supporting proc-macro for the `p9` crate."
repository = "https://github.com/google/rust-p9"
readme = "../README.md"

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

[lib]
proc-macro = true