1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

libstdbuf/Cargo.toml: move package entries

This commit is contained in:
Daniel Hofstetter 2025-04-11 07:03:38 +02:00
parent 83221201cc
commit b366b68505

View file

@ -1,12 +1,11 @@
[package] [package]
name = "uu_stdbuf_libstdbuf" 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 version.workspace = true
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
homepage.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 keywords.workspace = true
categories.workspace = true categories.workspace = true
edition.workspace = true edition.workspace = true