Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/uu/install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>", "uutils developers"]
license.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions src/uu/printf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions src/uu/stdbuf/src/libstdbuf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading