From 62f185fe76ea97bbc2914c28a47a952fa07e6b6b Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 13 Mar 2020 21:37:03 +0530 Subject: begin work on attr macros --- Cargo.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3fa7044 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,22 @@ +[package] +name = "confondant" +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] +quote = "1.0" +toml = "^0.5" + +[dependencies.serde] +version = "1.0.103" +features = ["derive"] + +[dependencies.syn] +version = "1.0" +features = ["full"] + +[lib] +proc-macro = true -- cgit v1.2.3