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

Configure Feed

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

add build.rs for setting up link search path

+3
+3
crates/rockskyd/build.rs
··· 1 + fn main() { 2 + println!("cargo:rustc-link-search=native=/usr/local/lib"); 3 + }