aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2026-02-10 23:38:02 +0200
committerrtkay123 <dev@kanjala.com>2026-02-10 23:38:02 +0200
commit4f30128feb0715f05c103fec20aa6cba61e60984 (patch)
tree8291d4accb1bdf98c9afb0dca9686aa34880c62f /Cargo.toml
parent375da0e07f2b3e88c2f6db0e6f4565b3ad555b95 (diff)
downloadsellershut-4f30128feb0715f05c103fec20aa6cba61e60984.tar.bz2
sellershut-4f30128feb0715f05c103fec20aa6cba61e60984.zip
feat: db create account
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 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"