add cargo manifest reflection
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
f014231644
commit
936d2915e2
8 changed files with 142 additions and 0 deletions
|
@ -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}")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue