@@ -59,6 +59,7 @@ conduwuit_mods = [
|
||||
argon2.workspace = true
|
||||
arrayvec.workspace = true
|
||||
axum.workspace = true
|
||||
axum-extra.workspace = true
|
||||
bytes.workspace = true
|
||||
bytesize.workspace = true
|
||||
cargo_toml.workspace = true
|
||||
|
||||
@@ -81,6 +81,8 @@ pub enum Error {
|
||||
#[error("Tracing reload error: {0}")]
|
||||
TracingReload(#[from] tracing_subscriber::reload::Error),
|
||||
#[error(transparent)]
|
||||
TypedHeader(#[from] axum_extra::typed_header::TypedHeaderRejection),
|
||||
#[error(transparent)]
|
||||
Yaml(#[from] serde_yaml::Error),
|
||||
|
||||
// ruma/conduwuit
|
||||
|
||||
Reference in New Issue
Block a user