burtonageo / cargo-bundle

Wrap rust executables in OS-specific app bundles
Other
1.08k stars 74 forks source link

short_description is not optionnal #164

Closed wiiznokes closed 10 months ago

wiiznokes commented 10 months ago

without description in package AND short_description set

$ cargo bundle
error: missing field `description` for key `package`

But seeing the doc, this should works.

A simple workaround is to set description in package.

wiiznokes commented 10 months ago

mb this is not a bug