diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index f17306e..0588ad8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9,6 +9,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] +name = "async-trait" +version = "0.1.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "async-tungstenite" version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1200,6 +1211,7 @@ name = "vavbot" version = "0.1.0" dependencies = [ "anyhow", + "async-trait", "async-tungstenite", "futures-util", "reqwest", |