diff options
| author | jakka <jakka@jakka.su> | 2025-09-17 21:41:59 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-09-17 21:41:59 +0300 |
| commit | 5187775550dee2a2719339564c778df64a8538eb (patch) | |
| tree | ac6f73974ad19ebe9734223c9edd868d1d7b03f1 /Cargo.toml | |
| parent | a5f74e05d49ad938c3f0854dc9b1d203a570a8d9 (diff) | |
separated client functions into different traits - trait per section in api documentation
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
