diff options
| author | mat <github@matdoes.dev> | 2021-12-07 00:09:49 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2021-12-07 00:09:49 -0600 |
| commit | fcaca28ff1d2cb54c9139941d4075676ca46c6e8 (patch) | |
| tree | 5b52088b3a561f7c8f30d28c673a2ddaef1e42cd /Cargo.lock | |
| parent | 8811aa47e76c6043a7aeec37e01aac9c8e6cf7ca (diff) | |
| download | azalea-drasl-fcaca28ff1d2cb54c9139941d4075676ca46c6e8.tar.xz | |
implement more of reader
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -559,10 +559,22 @@ dependencies = [ "mio", "num_cpus", "pin-project-lite", + "tokio-macros", "winapi", ] [[package]] +name = "tokio-macros" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "tokio-util" version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" |
