summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-09-03 22:46:20 +0300
committerjakka <jakka@jakka.su>2025-09-03 22:46:20 +0300
commit80b2d099784f99dfd4f6950eb793be3ef17c9ec7 (patch)
tree33391fa75ebc1c340cab86297fc6a8ca2005fcef /Cargo.toml
parent2987d6d1fb17b779cf123e2cf8f84656ffe69b7a (diff)
continued adding api
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 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"