jellyfin-tui-asio/Cargo.toml
2025-06-20 15:45:52 +02:00

21 lines
519 B
TOML

[package]
name = "jellyfin-asio-client"
version = "0.1.0"
edition = "2024"
[dependencies]
reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
symphonia = { version = "0.5", features = ["all"] }
cpal = { version = "0.15", features = ["asio"] }
ratatui = "0.26"
crossterm = "0.27"
anyhow = "1.0"
rpassword = "7.0"
tracing = "0.1"
tracing-subscriber = "0.3"
dirs = "5.0"
chrono = "0.4"
once_cell = "1.19"