feat: protect secrets

This commit is contained in:
Sandro Eiler 2024-02-04 14:03:52 +01:00
parent 93140e7d22
commit e3d8c967f5
5 changed files with 43 additions and 18 deletions

View file

@ -25,15 +25,16 @@ axum = { version = "0.7" }
# tower-cookies = "0.10"
# Others
config = "0.14"
uuid = { version = "1", features = ["v4", "fast-rng"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["registry", "env-filter"] }
tracing-bunyan-formatter = "0.3"
tracing-log = "0.2"
secrecy = { version = "0.8", features = ["serde"] }
# lazy-regex = "3"
# async-trait = "0.1"
# strum_macros = "0.25"
uuid = { version = "1", features = ["v4", "fast-rng"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
[dependencies.sqlx]
version = "0.7"