From f9b6a64b845dabdf1773da49f248def479659934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 1 Feb 2021 21:49:12 +0100 Subject: tihdy -> sylt --- sylt_macro/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 sylt_macro/Cargo.toml (limited to 'sylt_macro/Cargo.toml') 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 "] +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