Added an error type that can convert into axum responses.

This commit is contained in:
Micheal Smith
2025-11-07 12:55:18 -06:00
parent 6df22507fd
commit 49a5cd643d
4 changed files with 143 additions and 157 deletions

View File

@@ -8,6 +8,7 @@ axum = { version = "0.8.6", features = ["multipart"] }
bytes = "1"
clap = { version = "4.5", features = ["derive"] }
color-eyre = "0.6"
content_inspector = "0.2"
#config = { version = "0.15", default-features = false, features = ["yaml"] }
nanoid = "0.4"
rocksdb = "0.24.0"