-
Notifications
You must be signed in to change notification settings - Fork 1
Bump cargo-dist and settings for publishing in crate.io #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm wondering how can I include https://opensource.axo.dev/cargo-dist/book/reference/config.html#include Is it possible to include such asset with |
Test publish: |
Guessing from axodotdev/cargo-dist#193 (comment), it seems the recommendation is to include the whole directory instead of a glob.
I think this is possible, but it might not be very obvious where such files should be installed. |
Hmm, it looks impossible to include assets for an application provided through |
https://crates.io/users/tomoyanonymous Finished test release on crate.io. |
Bumps cargo-dist to 0.25.
It looks that cargo-dist now uses
dist-workspace.toml
instead writing everything intoCargo.toml
.Also, I removed the line like
{path = "../mimium-lang" }
for in-workspace dependencies and uses{workspace = true}
becausecargo publish
allows only explicitly versioned dependencies.I refered to the
egui
's Cargo.toml.