mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
update sailfish
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "template-askama"
|
||||
name = "templating-askama"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "template_handlebars"
|
||||
name = "templating-handlebars"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -1,11 +1,12 @@
|
||||
[package]
|
||||
name = "template_sailfish"
|
||||
name = "templating-sailfish"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4"
|
||||
actix-web-lab = "0.16"
|
||||
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
sailfish = "0.3"
|
||||
sailfish = "0.4"
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "template-tera"
|
||||
name = "templating-tera"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "template-tinytemplate"
|
||||
name = "templating-tinytemplate"
|
||||
version = "1.0.0"
|
||||
edition = "2021"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "template_yarte"
|
||||
name = "templating-yarte"
|
||||
version = "1.0.0"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
|
Reference in New Issue
Block a user