summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakka <jakka@jakka.su>2025-09-09 10:13:40 +0300
committerjakka <jakka@jakka.su>2025-09-09 10:13:40 +0300
commitab6f2caa83e05a2eaff40307f608975841ba6cfb (patch)
tree2bb0648f09abe6f25d5ee86d876d52c6577d3e21 /Cargo.toml
parent3884a14c7dde671a96695f43a23bfbb2bd6c33e5 (diff)
continued working on api
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5838ba5..18d1186 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,6 @@ 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"