diff options
Diffstat (limited to 'mingling_macros/Cargo.lock')
| -rw-r--r-- | mingling_macros/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mingling_macros/Cargo.lock b/mingling_macros/Cargo.lock index b2fef0e..9d159fe 100644 --- a/mingling_macros/Cargo.lock +++ b/mingling_macros/Cargo.lock @@ -13,12 +13,19 @@ name = "mingling_macros" version = "0.1.0" dependencies = [ "just_fmt", + "once_cell", "proc-macro2", "quote", "syn", ] [[package]] +name = "once_cell" +version = "1.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" + +[[package]] name = "proc-macro2" version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" |
