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

coreutils: Add a default readme for the packages

This commit is contained in:
Luca Barbato 2024-06-30 10:50:45 +02:00
parent cb5111c1b8
commit 11bd0c7fc4
104 changed files with 238 additions and 0 deletions

View file

@ -261,6 +261,9 @@ feat_os_windows_legacy = [
# * bypass/override ~ translate 'test' feature name to avoid dependency collision with rust core 'test' crate (o/w surfaces as compiler errors during testing)
test = ["uu_test"]
[workspace.package]
readme = "README.package.md"
[workspace.dependencies]
ansi-width = "0.1.0"
bigdecimal = "0.4"