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

feat: remove unused owo_colors dependency from submission and scrobbler modules

authored by tsiry-sandratraina.com and committed by Tangled 659f0318 d04e8bb4

Changed files
-2
crates
scrobbler
src
-1
crates/scrobbler/src/handlers/v1/submission.rs
··· 1 1 use actix_web::HttpResponse; 2 2 use anyhow::Error; 3 - use owo_colors::OwoColorize; 4 3 use serde_json::json; 5 4 use std::{collections::BTreeMap, sync::Arc}; 6 5
-1
crates/scrobbler/src/scrobbler.rs
··· 1 1 use std::{collections::BTreeMap, env}; 2 2 3 3 use anyhow::Error; 4 - use owo_colors::OwoColorize; 5 4 use rand::Rng; 6 5 use sqlx::{Pool, Postgres}; 7 6