From e93e9e7ff4a73bc98a0dcd410eff87dffff3aa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 30 Jan 2021 12:10:49 +0100 Subject: external functions proc macro --- tihdy_derive/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tihdy_derive/Cargo.toml (limited to 'tihdy_derive/Cargo.toml') 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 "] +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" -- cgit v1.2.1