aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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" }