2024-03-15 01:26:18 +05:00
|
|
|
[package]
|
2024-04-16 22:33:34 +05:00
|
|
|
name = "elnafo-frontend"
|
2024-03-15 01:26:18 +05:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-04-16 22:33:34 +05:00
|
|
|
authors = ["L-Nafaryus <l.nafaryus@elnafo.ru>"]
|
2024-03-15 01:26:18 +05:00
|
|
|
|
|
|
|
[build-dependencies]
|
2024-03-20 12:29:55 +05:00
|
|
|
ignore = "0.4.22"
|
2024-03-15 01:26:18 +05:00
|
|
|
npm_rs = "1.0.0"
|
2024-03-15 11:28:55 +05:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
askama = { version = "0.12.1", features = ["with-axum"] }
|
|
|
|
askama_axum = "0.4.0"
|
|
|
|
rust-embed = "8.3.0"
|