From c53861c0b9ade09c71350764c45bff6522a03e73 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 10 Apr 2025 21:02:44 -0600 Subject: [PATCH] Enable tokio/sync and url/serde features --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a01c9a9..14ed99f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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