mini-player: wip

This commit is contained in:
Agahnim 2026-03-19 19:17:53 +01:00
parent db3c7657a3
commit 4611980c23
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
13 changed files with 217 additions and 3 deletions

View file

@ -6,6 +6,8 @@ edition = "2024"
[dependencies]
askama = { version = "0.15.4", features = ["std", "derive"] }
axum = "0.8.8"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.50.0", features = ["full"] }
tower-http = { version = "0.6.8", features = ["fs"] }
tower-livereload = "0.10.3"