build: add async-std to dependencies

This commit is contained in:
2024-08-31 10:44:06 +02:00
parent 68720282af
commit c08cba9459
2 changed files with 406 additions and 24 deletions

View File

@ -21,6 +21,7 @@ serde_json = "1.0.125"
tracing = "0.1.40"
tracing-wasm = "0.2.1"
serde_with = { version = "3.9.0", features = ["chrono_0_4"] }
async-std = "1.12.0"
[features]
default = []