diff options
author | Ashelyn Rose <git@ashen.earth> | 2025-04-25 01:28:20 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2025-04-25 01:28:20 -0600 |
commit | 9f29a187b2395c5d1d4039600917e642948ad26b (patch) | |
tree | 88852805dc6c0642bf9e3ebf3a25a0ba4f597642 /modules/morgana_proc/Cargo.toml | |
parent | b115605055e72c5a261f9f024d7db8f508517fc9 (diff) |
Working proc macro proc_macro
Diffstat (limited to 'modules/morgana_proc/Cargo.toml')
-rw-r--r-- | modules/morgana_proc/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/morgana_proc/Cargo.toml b/modules/morgana_proc/Cargo.toml index fb1e28a..5294c7d 100644 --- a/modules/morgana_proc/Cargo.toml +++ b/modules/morgana_proc/Cargo.toml @@ -7,3 +7,4 @@ proc-macro = true [dependencies] unsynn = "0.0.26" +quote = "1.0.40" |