Files
corro-dj/apps/worker/Cargo.toml
T
2026-03-14 19:21:56 +01:00

27 lines
770 B
TOML

[package]
name = "worker"
version = "0.1.0"
edition = "2024"
[package.metadata.cargo-machete]
ignored = ["symphonia"]
[dependencies]
async-nats = { version = "0.46.0" }
futures = { version = "0.3.32" }
postcard = { version = "1.1.3", features = ["use-std"] }
rustls = { version = "0.23.37", default-features = false, features = [
"aws-lc-rs",
] }
serenity = { version = "0.12.5", default-features = false, features = [
"cache",
"rustls_backend",
"voice",
] }
songbird = { git = "https://github.com/beerpsi-forks/songbird.git", branch = "davey" }
symphonia = { version = "0.5.5" }
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
types = { path = "../../libs/types" }
which = { version = "8.0.2" }
yt-dlp = { version = "2.6.0" }