From 05b66eb3d9b7790dfeccee4eafef952f7a7ea29f Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 30 Jun 2020 13:40:14 +0200 Subject: Reference READMEs in crate metadata --- askama_actix/Cargo.toml | 1 + askama_derive/Cargo.toml | 1 + askama_gotham/Cargo.toml | 1 + askama_iron/Cargo.toml | 1 + askama_rocket/Cargo.toml | 1 + askama_shared/Cargo.toml | 1 + askama_warp/Cargo.toml | 1 + 7 files changed, 7 insertions(+) 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] diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 3bb0bf6..4ed4e7b 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -7,6 +7,7 @@ homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT/Apache-2.0" workspace = ".." +readme = "README.md" edition = "2018" [lib] diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index b5aa2e1..8a079f3 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/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] diff --git a/askama_iron/Cargo.toml b/askama_iron/Cargo.toml index 33c8153..bebec36 100644 --- a/askama_iron/Cargo.toml +++ b/askama_iron/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] diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml index 54d4f74..4919694 100644 --- a/askama_rocket/Cargo.toml +++ b/askama_rocket/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] diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 0e2d90d..3fc59cb 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -7,6 +7,7 @@ homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" license = "MIT/Apache-2.0" workspace = ".." +readme = "README.md" edition = "2018" [features] diff --git a/askama_warp/Cargo.toml b/askama_warp/Cargo.toml index c5c65ea..ac12384 100644 --- a/askama_warp/Cargo.toml +++ b/askama_warp/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] -- cgit