add cargo manifest reflection

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-24 09:10:01 +00:00
parent f014231644
commit 936d2915e2
8 changed files with 142 additions and 0 deletions

View file

@ -55,6 +55,8 @@ pub enum Error {
Http(#[from] http::Error),
#[error("{0}")]
HttpHeader(#[from] http::header::InvalidHeaderValue),
#[error("{0}")]
CargoToml(#[from] cargo_toml::Error),
// ruma
#[error("{0}")]