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
Both Maven and Gradle have an ability to make a local distribution package, for example, some .zip archive which will contain some data you want. You may not want to publish your rust project on crates.io but, for example, you want to have your own project's web-site which has "downloads" section instead. With maven and gradle this would be possible.
So, I suggest cargo to have options to:
Build a distribution package (zip, tar, gz, other formats)
Count hashsumm (md5, sha256) automatically for the file from step 1.
What do you guys think here?
The text was updated successfully, but these errors were encountered:
Both Maven and Gradle have an ability to make a local distribution package, for example, some
.zip
archive which will contain some data you want. You may not want to publish your rust project oncrates.io
but, for example, you want to have your own project's web-site which has "downloads" section instead. With maven and gradle this would be possible.So, I suggest cargo to have options to:
What do you guys think here?
The text was updated successfully, but these errors were encountered: