Enable tokio/sync and url/serde features

This commit is contained in:
Jeremy Soller 2025-04-10 21:02:44 -06:00
parent 0758f527e3
commit c53861c0b9
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA

View file

@ -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