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
cargo-deb: unable to read extended description from file: README.md
because: No such file or directory (os error 2)
Creating a symbolic link at the root of the project solves this, which means cargo-deb looks for a top-level README.md, instead of the one associated with the crate selected with -p.
The text was updated successfully, but these errors were encountered:
I have a multi-crate project with the following structure:
Note there is no README in the project root.
Then I try to build it with:
cargo deb -p crate1
Creating a symbolic link at the root of the project solves this, which means cargo-deb looks for a top-level README.md, instead of the one associated with the crate selected with
-p
.The text was updated successfully, but these errors were encountered: