Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -130,6 +130,7 @@ dependencies = [ "implicit-fn", "lower", "swash", + "swizzle", ] [[package]] @@ -713,6 +714,12 @@ dependencies = [ ] [[package]] +name = "swizzle" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cd32a3a5640a1e8ba59937591c61be77cae746e7c0fa081b24deebb4f7ece4c" + +[[package]] name = "syn" version = "2.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" |