From 15ce5bcc920c9d38bf11f881044f39a16c7827d7 Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 3 Sep 2025 18:39:49 +0300 Subject: started working on api impl --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 172bfcb..5f95c92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,8 @@ version = "0.1.0" edition = "2024" [dependencies] +serde = { version = "1.0.219", features = ["derive"] } +serde_json = "1.0.143" +serde_repr = "0.1.20" +ureq = { version = "3.1.0", features = ["json"] } +urlencoding = "2.1.3" -- cgit v1.3.1