summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-09-17 21:41:59 +0300
committerjakka <jakka@jakka.su>2025-09-17 21:41:59 +0300
commit5187775550dee2a2719339564c778df64a8538eb (patch)
treeac6f73974ad19ebe9734223c9edd868d1d7b03f1 /Cargo.toml
parenta5f74e05d49ad938c3f0854dc9b1d203a570a8d9 (diff)
separated client functions into different traits - trait per section in api documentation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"