From 4050f68e6e71292521ab8317fb6ce8ed50f8785c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 3 Jun 2025 22:26:58 +0200 Subject: [PATCH] uucore_procs: use authors.workspace --- src/uucore_procs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore_procs/Cargo.toml b/src/uucore_procs/Cargo.toml index 8d0fb09bb..bd6b48edd 100644 --- a/src/uucore_procs/Cargo.toml +++ b/src/uucore_procs/Cargo.toml @@ -2,11 +2,11 @@ [package] name = "uucore_procs" description = "uutils ~ 'uucore' proc-macros" -authors = ["Roy Ivy III "] repository = "https://github.com/uutils/coreutils/tree/main/src/uucore_procs" # readme = "README.md" keywords = ["cross-platform", "proc-macros", "uucore", "uutils"] # categories = ["os"] +authors.workspace = true edition.workspace = true homepage.workspace = true license.workspace = true