Add http server with mpmc communication for mpris player

This commit is contained in:
2025-04-09 15:34:23 +02:00
parent e579aec933
commit 2c2d8dcb4c
5 changed files with 292 additions and 6 deletions

View File

@@ -7,12 +7,13 @@ edition = "2021"
[dependencies]
anyhow = "1.0.81"
crossterm = "0.28.0"
crossterm = "0.28.1"
mpris = "2.0.1"
ratatui = "0.29"
sqlx = { version = "0.8.3", features = ["sqlite", "runtime-tokio"] }
tokio = { version = "1.36.0", features = ["rt", "macros", "rt-multi-thread"] }
tui-textarea = "0.7.0"
axum = "0.8.3"
[profile.optimize]
inherits = "release"