diff options
Diffstat (limited to '')
-rw-r--r-- | askama_axum/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 7e63851..ee410a7 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "askama_axum" version = "0.1.0" -edition = "2018" +edition = "2021" +rust-version = "1.58" description = "Axum integration for Askama templates" keywords = ["markup", "template", "jinja2", "html", "axum"] categories = ["template-engine"] |