aboutsummaryrefslogtreecommitdiffstats
path: root/crates/rule-executor/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-18 20:10:15 +0200
committerGitHub <noreply@github.com>2025-08-18 20:10:15 +0200
commit60e0003ebb26ba31075ba047b6d15af1a4f29bbb (patch)
treeb328d45a5a08982260bdd10198e106e718fda24a /crates/rule-executor/Cargo.toml
parentf9baca5981525003bd67ab1359a4acffa3831540 (diff)
downloadwarden-60e0003ebb26ba31075ba047b6d15af1a4f29bbb.tar.bz2
warden-60e0003ebb26ba31075ba047b6d15af1a4f29bbb.zip
feat: rule 901 (#10)
Diffstat (limited to 'crates/rule-executor/Cargo.toml')
-rw-r--r--crates/rule-executor/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/crates/rule-executor/Cargo.toml b/crates/rule-executor/Cargo.toml
index 3bb9561..614faf0 100644
--- a/crates/rule-executor/Cargo.toml
+++ b/crates/rule-executor/Cargo.toml
@@ -19,6 +19,14 @@ opentelemetry-semantic-conventions.workspace = true
prost.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
+sqlx = { workspace = true, features = [
+ "bigdecimal",
+ "macros",
+ "postgres",
+ "runtime-tokio",
+ "time",
+ "tls-rustls",
+] }
time = { workspace = true, features = ["serde"] }
tokio = { workspace = true, features = [
"macros",