-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add support for cargo binstall? #223
Comments
Wild would have to be published on crates.io first. |
@davidlattimore Can you consider publishing the crate to crates.io? |
Sure, I guess we can do that. First, we'll need to settle on some package names. For the linker itself, Then there's |
I support that and it seems natural to me to have the same name conventions (by using a dash instead of an underscore). About the other tools: are you planning to make them available as crates on crates.io? |
By tools, you mean |
Or do you do mean the non-binary crates like |
Ah, ok, makes sense one needs to publish all dependencies, otherwise one can't build it properly :) |
I suggest pub(crate) use libwild as wild |
That seems reasonable to me. I'll probably go with that. |
Cargo Binary Install is pretty popular mechanism when it comes to installation of Rust binary tools. Apparently, it's something that communicates with crates.io, but I haven't read the documentation yet.
Once we've included
cargo-dist
, I thought it would be worth supporting as well. What others think about it?The text was updated successfully, but these errors were encountered: