1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

standardize examples

This commit is contained in:
Rob Ede
2023-03-14 03:11:49 +00:00
parent ca6eaee52e
commit 6424e4e023
30 changed files with 169 additions and 395 deletions

View File

@ -4,9 +4,11 @@ version = "1.0.0"
edition = "2021"
[dependencies]
env_logger.workspace = true
actix-web-lab.workspace = true
actix-web.workspace = true
askama = "0.11.0"
askama = "0.12"
env_logger.workspace = true
log.workspace = true
[build-dependencies]
askama = "0.11.0"
askama = "0.12"