elnafo-radio/crates/frontend/Cargo.toml
L-Nafaryus c707ca5a36
All checks were successful
nix-build-publish / check (push) Successful in 6m29s
fix: matrix link
2024-10-11 15:52:24 +05:00

20 lines
521 B
TOML

[package]
name = "elnafo-radio-frontend"
version = "0.1.2"
edition = "2021"
publish = ["elnafo-vcs"]
authors = ["L-Nafaryus <l.nafaryus@elnafo.ru>"]
description = "Simple interface for MPD services (frontend)"
license = "MIT"
repository = "https://vcs.elnafo.ru/L-Nafaryus/elnafo-radio"
[build-dependencies]
ignore = "0.4.22"
npm_rs = "1.0.0"
[dependencies]
askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
derive_more = { version = "1.0.0", features = ["display"] }
rust-embed = "8.3.0"