diff options
| author | Mica White <botahamec@outlook.com> | 2026-05-11 22:49:50 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-05-11 22:49:50 -0400 |
| commit | fd835b4ce895d83940cca0107fd03c7b035506ac (patch) | |
| tree | 2e0c0b1a9d3a6c6faeaf035ede20ada0ee5759e8 /varihappy-macros/Cargo.toml | |
| parent | 3b3428d67ec465ee860c9cafcb10b99a2a2d37ec (diff) | |
Use proc macros to expand the number of traits
Diffstat (limited to 'varihappy-macros/Cargo.toml')
| -rw-r--r-- | varihappy-macros/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
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" |
