diff options
| author | mat <github@matdoes.dev> | 2022-04-24 14:44:02 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-04-24 14:44:02 -0500 |
| commit | b43ad19636aa197f145d696f2bb01adf833ddec8 (patch) | |
| tree | fbd4ce0efd06ce65852ef0976bdc63cd47ff9fca /Cargo.lock | |
| parent | 7a272c216bb69e6e720ba420372cdffce13413e1 (diff) | |
| download | azalea-drasl-b43ad19636aa197f145d696f2bb01adf833ddec8.tar.xz | |
remove an unused thing from dependencies
Diffstat (limited to 'Cargo.lock')
| -rwxr-xr-x | Cargo.lock | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -181,15 +181,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" [[package]] -name = "casey" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabe85130dda9cf267715582ce6cf1ab581c8dfe3cb33f7065fee0f14e3fea14" -dependencies = [ - "syn", -] - -[[package]] name = "cast" version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -697,7 +688,6 @@ checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" name = "packet-macros" version = "0.1.0" dependencies = [ - "casey", "proc-macro2", "quote", "syn", |
