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:
parent
56c5a81c4f
commit
12e6f8ad32
1 changed files with 4 additions and 0 deletions
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue