summary refs log tree commit diff
path: root/enumn/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'enumn/Cargo.toml')
-rw-r--r--enumn/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/enumn/Cargo.toml b/enumn/Cargo.toml
new file mode 100644
index 0000000..84649ca
--- /dev/null
+++ b/enumn/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+name = "enumn"
+version = "0.1.0"
+authors = ["The Chromium OS Authors"]
+
+[lib]
+proc-macro = true
+
+[dependencies]
+proc-macro2 = "0.4"
+quote = "0.6"
+syn = "0.15"