1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-12-22 17:44:22 +00:00

Add tokio as dev-dependency

This commit is contained in:
Steffo 2023-03-24 13:38:32 +01:00
parent 56c5a81c4f
commit 12e6f8ad32
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -49,6 +49,10 @@ anyhow = { version = "^1.0.68", optional = true }
# matrix # matrix
[dev-dependencies]
tokio = { version = "1.20.3", features = ["rt-multi-thread", "macros"] }
[features] [features]
jpg = ["hmac", "sha2", "base64", "hex"] jpg = ["hmac", "sha2", "base64", "hex"]
test = ["tokio"] test = ["tokio"]