From d82f5da5aef06a0989430c5ea9cc60a483f1fbff Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 12 Nov 2022 15:01:19 +0100 Subject: feat: add project & repeat_char macro --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..1ca2db0 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "utility-macros" +version = "0.1.0" +description = "Utility macros that should be in std but is not" +edition = "2021" + +[lib] +proc_macro = true + +[dependencies] +syn = { version = "1.0.96", features = ["full"] } +quote = "1.0.18" -- cgit v1.2.3-18-g5258