diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-08 08:20:46 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-08 08:20:46 +0200 |
commit | b9df4e581cf747c4ccffa3ded49c153e7cbf4cc1 (patch) | |
tree | 3e9db91b528f35e0b17b74ab62b34fd55a418fdd /Cargo.toml | |
parent | fd81550cd9b49c138f384dd7c097729d66f1e0b0 (diff) | |
download | warden-b9df4e581cf747c4ccffa3ded49c153e7cbf4cc1.tar.bz2 warden-b9df4e581cf747c4ccffa3ded49c153e7cbf4cc1.zip |
feat(warden): config file
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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" } |