summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..d2676bb
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,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