Enable tokio/sync and url/serde features
This commit is contained in:
parent
0758f527e3
commit
c53861c0b9
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@ image = "0.24.9"
|
|||
lazy_static = "1"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
tempfile = "3"
|
||||
tokio = "1"
|
||||
url = "2"
|
||||
tokio = { version = "1", features = ["sync"] }
|
||||
url = { version = "2", features = ["serde"] }
|
||||
# CLI arguments
|
||||
clap_lex = "0.7"
|
||||
# Internationalization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue