mini-player: wip

This commit is contained in:
Agahnim 2026-03-19 19:17:53 +01:00
parent 779f42daf7
commit 8d0caa2989
13 changed files with 217 additions and 3 deletions

3
Cargo.lock generated
View file

@ -8,6 +8,8 @@ version = "0.1.0"
dependencies = [
"askama",
"axum",
"serde",
"serde_json",
"tokio",
"tower-http",
"tower-livereload",
@ -460,6 +462,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]