Render messages with less async

This commit is contained in:
Joscha 2023-04-17 18:59:16 +02:00
parent 8182cc5d38
commit a638caadcb
5 changed files with 62 additions and 100 deletions

12
Cargo.lock generated
View file

@ -68,17 +68,6 @@ version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
[[package]]
name = "async-recursion"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.13",
]
[[package]]
name = "async-trait"
version = "0.1.68"
@ -251,7 +240,6 @@ name = "cove"
version = "0.6.1"
dependencies = [
"anyhow",
"async-recursion",
"async-trait",
"clap",
"cookie",