rj76 / fcm-rust

An API to talk to FCM (Firebase Cloud Messaging) in Rust
MIT License
12 stars 10 forks source link

This project really needs a crates submission #11

Open chokosabe opened 4 months ago

chokosabe commented 4 months ago

This project really needs a crates submission to help with versioning etc. Breaking changes were introduced in the last updates.

chris13524 commented 4 months ago

What is a crates submission?

@rj76 as a side-note I think the version should be set to 0.x.x instead of 1.x.x so that breaking changes can continue to be made

chokosabe commented 4 months ago

I mean this isn't a documented crate. The only way in the docs to install this is:

fcm = { git = "https://github.com/rj76/fcm-rust.git" }

Ideally it'd be a cargo crate with a version number.

rj76 commented 4 months ago

Yeah, when we're happy with the API and the docs, we should get it released there. @adnanjpg had some ideas about adding a pipeline to release to crates.io, that part is new to me...