From 3884a14c7dde671a96695f43a23bfbb2bd6c33e5 Mon Sep 17 00:00:00 2001 From: jakka Date: Tue, 9 Sep 2025 10:11:04 +0300 Subject: continued working on api --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18d1186..5838ba5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] +http = "1.3.1" musli = { version = "0.0.145", features = ["json"] } thiserror = "2.0.16" ureq = "3.1.0" -- cgit v1.3.1