diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-08 07:31:40 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-08 07:31:40 +0200 |
commit | 3bf2348b1adefccc38ca8b69520c41541ed01aaf (patch) | |
tree | c974329c0a5a49988b035136a2916e377284bc1e /Cargo.toml | |
parent | 9c89deec37def31a3042ba0e5918abef56a2a7d0 (diff) | |
download | warden-3bf2348b1adefccc38ca8b69520c41541ed01aaf.tar.bz2 warden-3bf2348b1adefccc38ca8b69520c41541ed01aaf.zip |
build(proto): tonic-prost build script
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" } |