diff options
Diffstat (limited to 'askama_actix/Cargo.toml')
-rw-r--r-- | askama_actix/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index 90b68ea..7a6b91e 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -10,6 +10,7 @@ homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT OR Apache-2.0" workspace = ".." +readme = "README.md" edition = "2018" [dependencies] |