From 80b2d099784f99dfd4f6950eb793be3ef17c9ec7 Mon Sep 17 00:00:00 2001 From: jakka Date: Wed, 3 Sep 2025 22:46:20 +0300 Subject: continued adding api --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5f95c92..6637db2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,6 @@ edition = "2024" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.143" serde_repr = "0.1.20" +thiserror = "2.0.16" ureq = { version = "3.1.0", features = ["json"] } urlencoding = "2.1.3" -- cgit v1.3.1