elnafo-radio/crates/frontend/Cargo.toml
L-Nafaryus 71ff2ad34a
Some checks failed
nix-build-publish / check (push) Failing after 3m49s
fix: client appearance [#1]
2024-10-10 22:14:08 +05:00

20 lines
521 B
TOML

[package]
name = "elnafo-radio-frontend"
version = "0.1.1"
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"