Skip to content

Commit

Permalink
Fix master (#90)
Browse files Browse the repository at this point in the history
* add `check-cache` bin

* add pkg `deemix-stream` & `coggie-cleanup-dl`

* remove mistakes

* add spotify compat

* rm sbin/deemix-stream

* add features-list-cmd

* clean up dead stuff

* fix cleanup

* rm  from ffmpeg

* add  which hard deletes files after streamed

* move into crates/

* fix

* workspace

* update lock

* stablizing

* fix `check-cache` & `systemd-enable`

* replace `coggiebot-next` with `coggiebot-stable`

* fix "no package named `XXX`"

---------

Co-authored-by: Skarlett <[email protected]>
  • Loading branch information
Skarlett and Skarlett authored May 14, 2023
1 parent bb786e0 commit 30d6607
Show file tree
Hide file tree
Showing 41 changed files with 5,258 additions and 1,403 deletions.
645 changes: 557 additions & 88 deletions Cargo.lock

Large diffs are not rendered by default.

42 changes: 3 additions & 39 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,40 +1,4 @@
[package]
name = "coggiebot"
version = "1.4.6"
edition = "2021"

[dependencies]
serenity = { version = "0.11", default-features=false, features = ["client", "gateway", "rustls_backend", "model", "framework", "standard_framework", "voice", "cache"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
structopt = { version = "0.3", default-features = false }
derive_builder = "0.12"
thiserror = "1.0"
anyhow = "1.0"
toml = "0.7"
serde = "1.0"
serde_derive = "*"
serde_json = "*"
songbird = { version = "0.3", optional=true, features=["builtin-queue", "yt-dlp"] }


[features]
default = ["mockingbird"]
basic-cmds = []
bookmark = []
mockingbird = ["dep:songbird"]
dj-room = ["mockingbird"]
demix = ["mockingbird"]
list-feature-cmd = []

[package.metadata.nix]
app = true
build = true
library = true
systems = [
"aarch64-linux",
"aarch64-darwin",
"i686-linux",
"x86_64-darwin",
"x86_64-linux",
[workspace]
members = [
"crates/coggiebot"
]

Loading

0 comments on commit 30d6607

Please sign in to comment.