We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae651d commit 83cb4e6Copy full SHA for 83cb4e6
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "cpa"
3
version = "0.0.7"
4
-edition = "2018"
+edition = "2021"
5
6
[dependencies]
7
askama = "0.12.1"
askama.toml
@@ -0,0 +1,5 @@
+[general]
+# Directories to search for templates, relative to the crate root.
+dirs = ["templates"]
+# Unless you add a `-` in a block, whitespace characters won't be trimmed.
+whitespace = "preserve"
0 commit comments