1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Enable backtraces in anyhow

This commit is contained in:
Quentin Gliech
2021-12-14 11:56:05 +01:00
parent 7341f0dccf
commit af5ebcba51
2 changed files with 49 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
tokio = { version = "1.14.0", features = ["full"] }
futures = "0.3.18"
anyhow = "1.0.51"
anyhow = { version = "1.0.51", features = ["backtrace"] }
clap = { version = "3.0.0-rc.4", features = ["derive"] }
dotenv = "0.15.0"
schemars = { version = "0.8.8", features = ["url", "chrono"] }