diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-29 16:08:17 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-29 16:08:17 +0300 |
| commit | f3d98b21d0b66952501aed5403df6773716f9e0b (patch) | |
| tree | 90eca38f0edbda3c7caa36d4175531bab0566469 /Cargo.lock | |
| parent | 11ccd034109224849fff54c12785e454deba6741 (diff) | |
Connected some functions to main.rs.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1349,10 +1349,22 @@ dependencies = [ "mio", "pin-project-lite", "socket2", + "tokio-macros", "windows-sys 0.61.2", ] [[package]] +name = "tokio-macros" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "toml" version = "0.9.8" source = "registry+https://github.com/rust-lang/crates.io-index" |
