diff options
-rw-r--r-- | askama/Cargo.toml | 1 | ||||
-rw-r--r-- | askama_actix/Cargo.toml | 1 | ||||
-rw-r--r-- | askama_derive/Cargo.toml | 1 | ||||
-rw-r--r-- | askama_escape/Cargo.toml | 1 | ||||
-rw-r--r-- | askama_gotham/Cargo.toml | 1 | ||||
-rw-r--r-- | askama_rocket/Cargo.toml | 1 | ||||
-rw-r--r-- | askama_shared/Cargo.toml | 1 | ||||
-rw-r--r-- | askama_tide/Cargo.toml | 1 | ||||
-rw-r--r-- | askama_warp/Cargo.toml | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/askama/Cargo.toml b/askama/Cargo.toml index 4df0021..f1eb91f 100644 --- a/askama/Cargo.toml +++ b/askama/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama" version = "0.11.0-beta.1" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Type-safe, compiled Jinja-like templates for Rust" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] diff --git a/askama_actix/Cargo.toml b/askama_actix/Cargo.toml index 8514a9b..8e81976 100644 --- a/askama_actix/Cargo.toml +++ b/askama_actix/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_actix" version = "0.11.1" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Actix-Web integration for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index 92c05f3..d521199 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_derive" version = "0.11.0-beta.1" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Procedural macro package for Askama" homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" diff --git a/askama_escape/Cargo.toml b/askama_escape/Cargo.toml index d815f75..ed7148c 100644 --- a/askama_escape/Cargo.toml +++ b/askama_escape/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_escape" version = "0.10.2" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Optimized HTML escaping code, extracted from Askama" documentation = "https://docs.rs/askama_escape" keywords = ["html", "escaping"] diff --git a/askama_gotham/Cargo.toml b/askama_gotham/Cargo.toml index c812db3..add6b9a 100644 --- a/askama_gotham/Cargo.toml +++ b/askama_gotham/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_gotham" version = "0.12.0" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Gotham integration for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] diff --git a/askama_rocket/Cargo.toml b/askama_rocket/Cargo.toml index 373ca4e..782d4a0 100644 --- a/askama_rocket/Cargo.toml +++ b/askama_rocket/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_rocket" version = "0.11.0-rc.2" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Rocket integration for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] diff --git a/askama_shared/Cargo.toml b/askama_shared/Cargo.toml index 9fb6674..b831199 100644 --- a/askama_shared/Cargo.toml +++ b/askama_shared/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_shared" version = "0.12.0-beta.1" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>"] description = "Shared code for Askama" homepage = "https://github.com/djc/askama" repository = "https://github.com/djc/askama" diff --git a/askama_tide/Cargo.toml b/askama_tide/Cargo.toml index 2e7e4e2..1e1bcd1 100644 --- a/askama_tide/Cargo.toml +++ b/askama_tide/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_tide" version = "0.13.0" -authors = ["Jacob Rothstein <hi@jbr.me>"] edition = "2018" description = "Tide integration for Askama templates" keywords = ["markup", "template", "html", "tide", "http-types"] diff --git a/askama_warp/Cargo.toml b/askama_warp/Cargo.toml index 3c820b2..a9a7431 100644 --- a/askama_warp/Cargo.toml +++ b/askama_warp/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "askama_warp" version = "0.11.0" -authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Bjørn Madsen <bm@aeons.dk>"] description = "Warp integration for Askama templates" documentation = "https://docs.rs/askama" keywords = ["markup", "template", "jinja2", "html"] |