Files
corro-dj/worker/Cargo.toml
T
2026-02-25 23:48:21 +01:00

15 lines
409 B
TOML

[package]
name = "worker"
version = "0.1.0"
edition = "2024"
[dependencies]
types = { path = "../types" }
async-nats = { version = "0.46.0" }
futures = { version = "0.3.32" }
futures-executor = { version = "0.3.32" }
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread"] }
postcard = { version = "1.1.3", features = ["use-std"] }
yt-dlp = { version = "2.1.0" }
which = { version = "8.0.0" }