Make everything async

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2025-11-04 09:42:03 +01:00
parent 9ff1cf1bac
commit f3f816acd9
5 changed files with 497 additions and 36 deletions

View file

@ -13,5 +13,8 @@ categories = []
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
[dev-dependencies]
macro_rules_attribute = "0.2"
smol-macros = "0.1"