aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-08 07:31:40 +0200
committerrtkay123 <dev@kanjala.com>2025-08-08 07:31:40 +0200
commit3bf2348b1adefccc38ca8b69520c41541ed01aaf (patch)
treec974329c0a5a49988b035136a2916e377284bc1e /Cargo.toml
parent9c89deec37def31a3042ba0e5918abef56a2a7d0 (diff)
downloadwarden-3bf2348b1adefccc38ca8b69520c41541ed01aaf.tar.bz2
warden-3bf2348b1adefccc38ca8b69520c41541ed01aaf.zip
build(proto): tonic-prost build script
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e7d1b2f..ffacd7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,6 @@ documentation = "https://books.kanjala.com/warden"
description = "A rule-based fraud detection platform"
[workspace.dependencies]
+prost = "0.14.1"
+tonic = "0.14.0"
warden-core = { path = "lib/warden-core" }