mini-player: wip
This commit is contained in:
parent
db3c7657a3
commit
4611980c23
13 changed files with 217 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue