dmfutcher / spotify-connect-scrobbler

Last.fm scrobbler for Spotify Connect
MIT License
21 stars 2 forks source link

Publishable to Crates.io #6

Open dmfutcher opened 6 years ago

dmfutcher commented 6 years ago

We want to start publishing spotify-connect-scrobbler to Crates.io. Currently, this crate is not publishable due to some unpublished dependencies. I'm working with their author to have them published. Tracking list:

dmfutcher commented 6 years ago

There are some packages in Cargo.toml that point to git repos rather than packages on Crates.io: hyper, rust-mdns, rust-tremor, rust-protobuf-macros, rust-crypto.

dmfutcher commented 6 years ago

Since syncing with the latest librespot master (issue #5), this situation has changed a bit. The majority of the old librespot code is split into -core, -audio, -protocol, and -metadata sub-crates. I'm working with plietar to get the ones we need (all but -audio) published to Crates.io with all required dependencies, some of which we also need directly in s-c-s (rust-protobuf-macros).