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 /Cargo.lock | |
parent | b115605055e72c5a261f9f024d7db8f508517fc9 (diff) |
Working proc macro proc_macro
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5ebe58f..6243213 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,6 +115,7 @@ dependencies = [ name = "morgana_proc" version = "0.0.0" dependencies = [ + "quote", "unsynn", ] |