diff options
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" |
