From 54f332e00528518f610fc5e85b5ad062143f6991 Mon Sep 17 00:00:00 2001 From: Ladislav Hano Date: Sun, 8 Dec 2024 15:40:33 +0100 Subject: [PATCH] chore: preparation for player --- Cargo.toml | 2 ++ makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1a16780..6f16d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,8 @@ chrono = "0.4.38" sqlx = {version="0.8.2", features=["runtime-tokio", "sqlite"]} form_urlencoded = "1.2.1" tenorv2 = { path = "./tenor-v2/tenorv2" } +librespot = { version = "0.6.0", default-features = false, features = ["rodio-backend"] } +songbird = "0.4.6" [features] DEBUG = [] diff --git a/makefile b/makefile index 7815468..6b47a53 100644 --- a/makefile +++ b/makefile @@ -1,11 +1,11 @@ dev: - cargo build --features DEBUG + cargo build --features DEBUG,GUILD_COMMAND release: cargo build --release --features RELEASE run: - cargo build --features DEBUG + cargo build --features DEBUG,GUILD_COMMAND ./target/debug/moover_rust run_rel: