feat: add utility to convert TOML configuration file to list of environment variables (#3096)

This commit is contained in:
Sanchith Hegde
2023-12-11 13:20:19 +05:30
committed by GitHub
parent 4e8de46423
commit 2c4599a1cd
30 changed files with 485 additions and 466 deletions

View File

@ -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"] }