diff options
-rw-r--r-- | askama/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 33853eb..067b5d4 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -14,6 +14,7 @@ readme = "../README.md" [badges] travis-ci = { repository = "djc/askama" } +maintenance = { status = "actively-developed" } [features] default = [] |