Remove authors field from Cargo manifests

It's no longer necessary and authorship is much better tracked with git.
This commit is contained in:
Jonas Platte
2022-02-12 13:46:44 +01:00
parent 397727726e
commit ebb09589f9
21 changed files with 1 additions and 52 deletions

View File

@@ -1,6 +1,5 @@
[package]
name = "ruma-state-res"
authors = ["Devin R <devin.ragotzy@gmail.com>"]
categories = ["api-bindings", "web-programming"]
keywords = ["matrix", "chat", "ruma"]
description = "An abstraction for Matrix state resolution."