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
In order to build a Rust package proper build configuration must be provided.
The easiest way to obtain it is to collect output from cargo vendor command and to
inject this data into project's Cargo.toml:
path to vendored dependencies must be added to main project's Cargo.toml in order for cargo to build it.
The text was updated successfully, but these errors were encountered:
In order to build a Rust package proper build configuration must be provided.
The easiest way to obtain it is to collect output from
cargo vendor
command and toinject this data into project's Cargo.toml:
The text was updated successfully, but these errors were encountered: