mirror of
https://github.com/actix/examples
synced 2025-04-03 08:54:13 +02:00
14 lines
238 B
TOML
14 lines
238 B
TOML
[package]
|
|
name = "templating-askama"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
actix-web.workspace = true
|
|
askama = "0.12"
|
|
env_logger.workspace = true
|
|
log.workspace = true
|
|
|
|
[build-dependencies]
|
|
askama = "0.12"
|