mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #7723 from cakebaker/cargo_toml_use_authors_workspace
Cargo.toml: use `authors.workspace = true`
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
name = "uu_install"
|
||||
description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)"
|
||||
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/install"
|
||||
authors = ["Ben Eills <ben@beneills.com>", "uutils developers"]
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
name = "uu_printf"
|
||||
description = "printf ~ (uutils) FORMAT and display ARGUMENTS"
|
||||
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printf"
|
||||
authors = ["Nathan Ross", "uutils developers"]
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
homepage.workspace = true
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
[package]
|
||||
name = "uu_stdbuf_libstdbuf"
|
||||
description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf"
|
||||
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
homepage.workspace = true
|
||||
description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf"
|
||||
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf"
|
||||
keywords.workspace = true
|
||||
categories.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user