mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat: add utility to convert TOML configuration file to list of environment variables (#3096)
This commit is contained in:
@ -30,8 +30,8 @@ regex = "1.8.4"
|
||||
reqwest = { version = "0.11.18", features = ["json", "native-tls", "gzip", "multipart"] }
|
||||
ring = { version = "0.16.20", features = ["std"] }
|
||||
rustc-hash = "1.1.0"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
serde = { version = "1.0.193", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
serde_urlencoded = "0.7.1"
|
||||
signal-hook = { version = "0.3.15", optional = true }
|
||||
strum = { version = "0.24.1", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user