From b63710492fdbdcaa66054e6eec120a2ac8211f99 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 5 May 2020 12:11:28 +0530 Subject: init --- Cargo.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bb0fb84 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,18 @@ +[package] +name = "currying" +version = "0.1.0" +authors = ["Akshay "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +proc-macro2 = "1.0.9" +quote = "1.0" + +[dependencies.syn] +version = "1.0" +features = ["full"] + +[lib] +proc-macro = true -- cgit v1.2.3