Open chokosabe opened 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
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.
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...
This project really needs a crates submission to help with versioning etc. Breaking changes were introduced in the last updates.