From d9375b82c3bb3a917e1795be4dcd7ed849b32ca2 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 12 Apr 2026 14:17:49 +0200 Subject: build: migrations --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5f10aa4..1d3df60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,9 +9,11 @@ documentation = "https://books.kanjala.com/sellershut" homepage = "https://git.kanjala.com/sellershut" [workspace.dependencies] +anyhow = "1.0.102" api-core = { path = "./crates/api-core", version = "0.0.0" } async-trait = "0.1.89" axum = "0.8.8" +clap = "4.6.0" futures-util = "0.3.32" redis = { version = "1.1.0", default-features = false } reqwest = { version = "0.13.2", default-features = false } -- cgit v1.2.3