timrogers / litra-rs

💡 Control your Logitech Litra light from the command line
MIT License
35 stars 4 forks source link

Add more package metadata to `Cargo.toml` #17

Closed Holzhaus closed 8 months ago

Holzhaus commented 8 months ago

This should be sufficient for pushing to crates.io (at least cargo publish --dry-run does not complain about missing metadata).

Have a look at https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html#publishing-to-cratesio for documentation how to do that.

timrogers commented 8 months ago

Closing in favour of #19 - thanks for the suggestion!