X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2FCargo.toml;h=cb96228af51b68db90bf8ca775bba66142495f49;hp=7f7e2e164347570f3a05ac21f6feba56cd54789a;hb=2dbae6f7ba1e536dc0e904e8d669ded42e25fcf4;hpb=801b47681c2be2878fa1d825771ac4fbea0a31a8 diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 7f7e2e1..cb96228 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" actix-web = "2.0" actix-rt = "1.0" actix-files = "0.2" -askama = "0.8" # Template system +askama = "0.9" # Template system serde = { version = "1.0", features = ["derive"] } listenfd = "0.3" # To watch file modifications and automatically launch a build process (only used in dev/debug). ron = "0.5" # Rust object notation, to load configuration files.