From b9df4e581cf747c4ccffa3ded49c153e7cbf4cc1 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 8 Aug 2025 08:20:46 +0200 Subject: feat(warden): config file --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ffacd7b..711db8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,14 @@ documentation = "https://books.kanjala.com/warden" description = "A rule-based fraud detection platform" [workspace.dependencies] +anyhow = "1.0.98" +axum = "0.8.4" +clap = "4.5.43" +config = { version = "0.15.13", default-features = false } prost = "0.14.1" +serde = "1.0.219" +stack-up = { git = "https://github.com/rtkay123/stack-up" } +tokio = "1.47.1" tonic = "0.14.0" +tracing = "0.1.41" warden-core = { path = "lib/warden-core" } -- cgit v1.2.3