From bac76a98bf4e90610d0a7105d2ebe6872dc147d4 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Mon, 9 Feb 2026 13:25:17 +0200 Subject: feat: svc crate --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 315004b..1dab827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,9 +8,20 @@ readme = "README.md" documentation = "https://books.kanjala.com/sellershut" [workspace.dependencies] +async-trait = "0.1.89" secrecy = "0.10.3" serde = "1.0.228" +shared-svc = { path = "lib/shared-svc" } thiserror = "2.0.18" +time = "0.3.47" tokio = "1.49.0" tracing = "0.1.44" url = "2.5.8" + +[workspace.dependencies.sqlx] +version = "0.8.6" +default-features = false +features = ["macros", "postgres", "runtime-tokio-rustls"] + +[profile.dev.package.sqlx-macros] +opt-level = 3 -- cgit v1.2.3