aboutsummaryrefslogtreecommitdiffstats
path: root/sylt_macro/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'sylt_macro/Cargo.toml')
-rw-r--r--sylt_macro/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/sylt_macro/Cargo.toml b/sylt_macro/Cargo.toml
new file mode 100644
index 0000000..9ac045e
--- /dev/null
+++ b/sylt_macro/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "sylt_macro"
+version = "0.1.0"
+authors = ["Edvard Thörnros <edvard.thornros@gmail.com", "Gustav Sörnäs <gustav@sornas.net>"]
+edition = "2018"
+
+[lib]
+proc-macro = true
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+syn = { version = "1.0", features=["full"] }
+quote = "1.0"