mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
chore: cleanup workspace crates (#8058)
* chore: cleanup workspace crates * properly add all crates to the workspace cargo.toml as members * except `fuzz` because it still has some issues, TBD * use quotes around `true` and `false` to ensure there is no bool confusion * remove a few leftover readme comments * mark all unpublishable crates as `publish = false` to avoid accidental publishing * Add `uutests` to the main workspace * grammar * a bit more cleanup based on feedback * revert true/false * Update tests/benches/factor dependencies
This commit is contained in:
parent
4d40671d79
commit
60c55d7c07
8 changed files with 206 additions and 23 deletions
|
@ -4,7 +4,6 @@
|
|||
name = "uutests"
|
||||
description = "uutils ~ 'core' uutils test library (cross-platform)"
|
||||
repository = "https://github.com/uutils/coreutils/tree/main/tests/uutests"
|
||||
# readme = "README.md"
|
||||
authors.workspace = true
|
||||
categories.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue