From 4f30128feb0715f05c103fec20aa6cba61e60984 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Tue, 10 Feb 2026 23:38:02 +0200 Subject: feat: db create account --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bbe0fa7..dd33222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,7 @@ documentation = "https://books.kanjala.com/sellershut" [workspace.dependencies] async-session = "3.0.0" async-trait = "0.1.89" +reqwest = { version = "0.13.2", default-features = false } secrecy = "0.10.3" serde = "1.0.228" serde_json = "1.0.149" -- cgit v1.2.3