mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 15:57:53 +00:00
use quote! for generating code instead
This commit is contained in:
parent
c3cc5c9d03
commit
fd7d3e6a3a
2 changed files with 50 additions and 36 deletions
|
|
@ -5,3 +5,7 @@ edition = "2021"
|
|||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0"
|
||||
proc-macro2 = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue