aboutsummaryrefslogtreecommitdiffstats
path: root/tihdy_derive/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-01-30 12:10:49 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-01-30 12:10:49 +0100
commite93e9e7ff4a73bc98a0dcd410eff87dffff3aa1c (patch)
tree992024e5df64d7735618d2b0d0f85bbc313c6416 /tihdy_derive/Cargo.toml
parent674695d7e28f03218aa5a3facd933b87d508ea7d (diff)
downloadsylt-e93e9e7ff4a73bc98a0dcd410eff87dffff3aa1c.tar.gz
external functions proc macro
Diffstat (limited to 'tihdy_derive/Cargo.toml')
-rw-r--r--tihdy_derive/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tihdy_derive/Cargo.toml b/tihdy_derive/Cargo.toml
new file mode 100644
index 0000000..411f1ab
--- /dev/null
+++ b/tihdy_derive/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "tihdy_derive"
+version = "0.1.0"
+authors = ["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"