diff options
| author | LLLL Colonq <llll@colonq> | 2025-11-03 03:14:15 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-11-03 03:14:15 -0500 |
| commit | 9d9bd3f4697163869dfb0d166d96bc1d5c42ee6b (patch) | |
| tree | dbc7c706c5af5231c44a5d63ae8a0633809613ec /Cargo.lock | |
| parent | 47ce5c2a8583f91711bdb4c69cd50021e6737595 (diff) | |
Fix macro
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1419,6 +1419,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] +name = "litrs" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" + +[[package]] name = "log" version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2719,6 +2725,7 @@ name = "teleia_macros" version = "0.1.0" dependencies = [ "heck", + "litrs", "walkdir", ] |
