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