replace snafu with custom error impl

This commit is contained in:
2022-01-12 19:58:49 +02:00
parent bb5cd0f0d3
commit fd94ba27ac
3 changed files with 40 additions and 19 deletions

View File

@ -45,7 +45,6 @@ peach-stats = { path = "../peach-stats", features = ["serde_support"] }
rocket = { version = "0.5.0-rc.1", features = ["json", "secrets"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
snafu = "0.6"
tera = { version = "1.12.1", features = ["builtins"] }
xdg = "2.2.0"