A decentralized music tracking and discovery platform built on AT Protocol 🎵
listenbrainz spotify atproto lastfm musicbrainz scrobbling

refactor: remove unused binary configuration from Cargo.toml

Changed files
-4
crates
spotify
-4
crates/spotify/Cargo.toml
··· 6 6 license.workspace = true 7 7 repository.workspace = true 8 8 9 - [[bin]] 10 - name = "spotify" 11 - path = "src/main.rs" 12 - 13 9 [dependencies] 14 10 aes = "0.8.4" 15 11 anyhow = "1.0.96"