A decentralized music tracking and discovery platform built on AT Protocol 馃幍 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz
97
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 315 B view raw
1[workspace] 2members = ["crates/*"] 3resolver = "2" 4 5[workspace.package] 6authors = ["Tsiry Sandratraina <tsiry.sndr@rocksky.app"] 7edition = "2021" 8license = "MPL-2.0" 9repository = "https://github.com/tsirysndr/rocksky" 10 11# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html