You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.
When trying to run cargo rpm init, I'm getting the following error:
$ cargo rpm init
error: cargo-rpm fatal error: parse error: missing field `description` for key `package` at line 8 column 1
How is one supposed to provide the description field? Could we add it to the README documentation (or have I missed some doc piece that describes it)? Thanks.
The text was updated successfully, but these errors were encountered:
thanks @tony-iqlusion! Would it be worth to add to the README something like: to use cargo-rpm, you need to have the packageandlicense attributes in Cargo.toml. See <link> for the additional information. ?
When trying to run
cargo rpm init
, I'm getting the following error:How is one supposed to provide the description field? Could we add it to the
README
documentation (or have I missed some doc piece that describes it)? Thanks.The text was updated successfully, but these errors were encountered: