• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "p9_wire_format_derive"
3version = "0.2.3"
4authors = ["The ChromiumOS Authors"]
5license = "BSD-3-Clause"
6description = "Supporting proc-macro for the `p9` crate."
7repository = "https://github.com/google/rust-p9"
8readme = "../README.md"
9
10[dependencies]
11syn = "^1"
12quote = "^1"
13proc-macro2 = "^1"
14
15[lib]
16proc-macro = true
17