Skip to content

Commit

Permalink
feat: Add Juspay version and regex operations in jsonlogic (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushjain17 authored May 29, 2024
1 parent f649fef commit eb14280
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 28 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
resolver = "2"

members = [
"crates/service_utils",
"crates/context_aware_config",
"crates/experimentation_platform",
"crates/service_utils",
"crates/experimentation_client",
"crates/cac_client",
"crates/experimentation_client_integration_example",
"crates/frontend",
"crates/caclang",
"crates/superposition",
"crates/superposition_types"
]
"crates/service_utils",
"crates/context_aware_config",
"crates/experimentation_platform",
"crates/service_utils",
"crates/experimentation_client",
"crates/cac_client",
"crates/experimentation_client_integration_example",
"crates/frontend",
"crates/caclang",
"crates/superposition",
"crates/superposition_types"
]

[[workspace.metadata.leptos]]
name = "cac"
Expand Down Expand Up @@ -41,7 +41,7 @@ chrono = { version = "0.4.26", features = ["serde"] }
uuid = {version = "1.3.4", features = ["v4", "serde"]}
reqwest = { version = "0.11.18", features = ["json"]}
jsonschema = "~0.17"
jsonlogic = "0.5.1"
jsonlogic = { git = "https://github.com/juspay/jsonlogic_rs.git", version = "0.5.2" }
rs-snowflake = "0.6.0"
rusoto_kms = "0.48.0"
rusoto_signature = "0.48.0"
Expand Down
Loading

0 comments on commit eb14280

Please sign in to comment.