add docker-compose.yml
All checks were successful
tests / fmt (push) Successful in 45s
tests / build (push) Successful in 1m11s
tests / clippy (push) Successful in 2m22s
tests / pre-commit (push) Successful in 2m30s
tests / test (push) Successful in 2m43s
deploy / release-image (push) Successful in 5m16s
All checks were successful
tests / fmt (push) Successful in 45s
tests / build (push) Successful in 1m11s
tests / clippy (push) Successful in 2m22s
tests / pre-commit (push) Successful in 2m30s
tests / test (push) Successful in 2m43s
deploy / release-image (push) Successful in 5m16s
This commit is contained in:
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
symphonia = { version = "0.5.2", features=["all"] }
|
||||
symphonia = { version = "0.5.2", features=["all", "opt-simd"] }
|
||||
songbird = { version = "0.4.0", features = ["driver", "gateway", "twilight", "rustls", "builtin-queue"] }
|
||||
tokio = { features = ["macros", "rt-multi-thread", "signal", "sync"], version = "1" }
|
||||
sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "chrono", "migrate"] }
|
||||
|
||||
Reference in New Issue
Block a user