Add internal error template

This commit is contained in:
traxys 2023-08-15 19:46:26 +02:00
parent e6616c75af
commit 054a620664
4 changed files with 43 additions and 7 deletions

View file

@ -8,6 +8,7 @@ edition = "2021"
axum = { version = "0.6.20", features = ["query"] }
color-eyre = "0.6.2"
envious = "0.2.2"
once_cell = "1.18.0"
openidconnect = "3.3.0"
parking_lot = "0.12.1"
serde = { version = "1.0.183", features = ["derive"] }