aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 711db8ac9595004db60dcafce0218b5be9fcb35f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[workspace]
resolver = "3"
members = ["crates/*", "lib/*"]

[workspace.package]
license = "AGPL-3.0-only"
homepage = "https://git.kanjala.com/warden"
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" }