From 7a3c3822ba4a368b0475bc5de89ced78fa8b3cb5 Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 13 Sep 2021 22:19:18 +0530 Subject: add proc-macro to define lint --- macros/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'macros/Cargo.toml') diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 6a47e03..b2027fc 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -6,3 +6,12 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +quote = "1.0" +proc-macro2 = "1.0.27" + +[dependencies.syn] +version = "1.0" +features = [ "full" ] + +[lib] +proc-macro = true -- cgit v1.2.3