From 88cb31516e23dde8b5a7bbf48c8faad22483ff02 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 24 Nov 2021 20:40:59 -0800 Subject: Remove authors from Cargo metadata (see RFC 3052) --- askama_tide/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'askama_tide') 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 "] edition = "2018" description = "Tide integration for Askama templates" keywords = ["markup", "template", "html", "tide", "http-types"] -- cgit