From 5187775550dee2a2719339564c778df64a8538eb Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 17 Sep 2025 21:41:59 +0300 Subject: separated client functions into different traits - trait per section in api documentation --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 78dee9b..c3db673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] +async-trait = "0.1.89" reqwest = { version = "0.12.23", features = ["json", "stream"] } serde = { version = "1.0.225", features = ["derive"] } serde_json = "1.0.145" -- cgit v1.3.1