aboutsummaryrefslogtreecommitdiffstats
path: root/askama_tide/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-11-24 20:40:59 -0800
committerLibravatar Dirkjan Ochtman <dirkjan@ochtman.nl>2021-11-24 20:40:59 -0800
commit88cb31516e23dde8b5a7bbf48c8faad22483ff02 (patch)
tree9cd39bd27581f6889347de2f0c90e091e5baf807 /askama_tide/Cargo.toml
parent3ef2869f48556a0aae4ca861889f9fd8bea02d66 (diff)
downloadaskama-88cb31516e23dde8b5a7bbf48c8faad22483ff02.tar.gz
askama-88cb31516e23dde8b5a7bbf48c8faad22483ff02.tar.bz2
askama-88cb31516e23dde8b5a7bbf48c8faad22483ff02.zip
Remove authors from Cargo metadata (see RFC 3052)
Diffstat (limited to 'askama_tide/Cargo.toml')
-rw-r--r--askama_tide/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"]