feat: protect secrets
This commit is contained in:
parent
93140e7d22
commit
e3d8c967f5
5 changed files with 43 additions and 18 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue