mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
18 lines
634 B
TOML
18 lines
634 B
TOML
[package]
|
|
name = "redis_interface"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bytes = "1.2.1"
|
|
error-stack = "0.2.1"
|
|
fred = { version = "5.2.0", features = ["metrics", "partial-tracing"] }
|
|
serde = { version = "1.0.145", features = ["derive"] }
|
|
serde_json = "1.0.85"
|
|
serde_urlencoded = "0.7.1"
|
|
thiserror = "1.0.37"
|
|
|
|
# First party crates
|
|
common_utils = { version = "0.1.0", path = "../common_utils" }
|
|
router_env = { version = "0.1.0", path = "../router_env", features = ["log_extra_implicit_fields", "log_custom_entries_to_extra"] } |