summaryrefslogtreecommitdiff
path: root/wire_format_derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'wire_format_derive/Cargo.toml')
-rw-r--r--wire_format_derive/Cargo.toml13
1 files changed, 0 insertions, 13 deletions
diff --git a/wire_format_derive/Cargo.toml b/wire_format_derive/Cargo.toml
deleted file mode 100644
index 52ab6a4..0000000
--- a/wire_format_derive/Cargo.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-[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"