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: