From edaedff3e5419c235188410a5a0537192f0da069 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:55:54 +0100 Subject: [PATCH] Add missing authors field required by cargo deb. --- successor/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/successor/Cargo.toml b/successor/Cargo.toml index 078375c..9c0b7d2 100644 --- a/successor/Cargo.toml +++ b/successor/Cargo.toml @@ -7,6 +7,7 @@ description = "Long enough for Lintian, short enough and without period for rpml # Per https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields # this must be one of the short IDs at https://github.com/spdx/license-list-data/blob/v3.11/licenses.md license = "BSD-3-Clause" +authors = ["Some Author "] [dependencies]