From fd835b4ce895d83940cca0107fd03c7b035506ac Mon Sep 17 00:00:00 2001 From: Mica White Date: Mon, 11 May 2026 22:49:50 -0400 Subject: Use proc macros to expand the number of traits --- varihappy-macros/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'varihappy-macros/Cargo.toml') diff --git a/varihappy-macros/Cargo.toml b/varihappy-macros/Cargo.toml index 968ce85..3999ad5 100644 --- a/varihappy-macros/Cargo.toml +++ b/varihappy-macros/Cargo.toml @@ -7,4 +7,6 @@ edition = "2024" proc-macro = true [dependencies] -proc_macros = "0.1.0" +proc-macro2 = "1" +syn = "2" +quote = "1" -- cgit v1.2.3