summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-07-26 12:33:35 +0200
committerJulian T <julian@jtle.dk>2021-07-26 12:33:35 +0200
commit0ddf24fa0be620fc10cc07247b2c738b32943042 (patch)
tree7bf46891e4da4a9aa1b46417c33072fb9a0e6e57 /Cargo.toml
parentc3c69b160f4c5fd851fd1a49c01f633a56351f5d (diff)
Added rendering of simple template
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 385d8a6..7450ed5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-tera = "1.12"
+tera = "1"
image = "0.23"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"