cyndis / qmlrs

QtQuick interface for Rust
Apache License 2.0
437 stars 43 forks source link

Upload on cargo #12

Closed Mte90 closed 8 years ago

Mte90 commented 9 years ago

Is possible upload the package on cargo/crates.io?

liamsi commented 9 years ago

It is possible. Here is howto do it: http://doc.crates.io/crates-io.html#publishing-crates

SirVer commented 9 years ago

+1 this belongs on crates.io for publicity.

agilob commented 8 years ago

bump

florianjacob commented 8 years ago

I just prepared the Cargo.toml file with the neccessary metadata for publishing, including publish = false to be able to test everything without actually uploading.

Seems like the publish option does not work, though. :laughing: The result is https://crates.io/crates/qmlrs/ and https://github.com/rust-lang/cargo/issues/2364.

@cyndis Sorry! My idea was to prepare everything and then ask you what your criteria for a 0.0.1 upload to crates.io would be! Still, what do you think what needs to be fixed as soon as possible in the current state? Also, I could still yank the 0.0.1 release if there's something really critical, I guess.

cyndis commented 8 years ago

Nah, I guess it's fine to have this on crates.io; it just feels kind of weird to have something that feels - to me - so proof of concepty in a package manager :) But people seem to actually be using it, so I suppose it's not a proof of concept anymore. It's a 0.x release anyway. Now, for a 1.0 release things would need to be a bit cleaner.. :)

florianjacob commented 8 years ago

I guess we're good to go then. :smile: I'll publish a proper 0.1.0 releae after some minor cleanup and as soon as the FreeBSD issues are sorted out.

agilob commented 8 years ago

Thanks!