1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 10:27:42 +02:00

feat(settings): impl Error for Error

This commit is contained in:
Rob Ede
2023-09-16 01:19:16 +01:00
parent 257871ca7a
commit 0d27e3a65a
3 changed files with 33 additions and 48 deletions

View File

@ -18,8 +18,7 @@ all-features = true
actix-http = "3"
actix-service = "2"
actix-web = "4"
ioe = "0.5"
derive_more = "0.99.7"
once_cell = "1.13"
regex = "1.5.5"
serde = { version = "1", features = ["derive"] }