From 228f24cb3020b719540fc9665e4aff21528fc69e Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 1 Oct 2025 12:57:32 +0300 Subject: broke down modules and renamed them --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 02c7815..7abd94e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,6 @@ ureq = { version = "3.1.2", features = ["json"], optional = true } urlencoding = "2.1.3" [features] +deafult = ["sync"] async = ["dep:async-trait", "dep:reqwest", "dep:tokio", "dep:tokio-util"] sync = ["dep:ureq"] -- cgit v1.3.1