mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
change ~ rename base binary to 'coreutils'
This commit is contained in:
parent
f7f872f7ea
commit
52ae491fcd
2 changed files with 13 additions and 7 deletions
20
Cargo.toml
20
Cargo.toml
|
@ -2,12 +2,18 @@
|
||||||
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
|
# * see the repository LICENSE, README, and CONTRIBUTING files for more information
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "uutils"
|
name = "coreutils"
|
||||||
description = "uutils ~ universal (as in cross-platform) CLI utils, written in Rust"
|
|
||||||
license = "MIT"
|
|
||||||
repository = "https://github.com/uutils/coreutils"
|
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
authors = []
|
authors = ["uutils developers"]
|
||||||
|
license = "MIT"
|
||||||
|
description = "coreutils ~ GNU coreutils; implemented as universal (cross-platform) utils, written in Rust"
|
||||||
|
|
||||||
|
homepage = "https://github.com/uutils/coreutils"
|
||||||
|
repository = "https://github.com/uutils/coreutils"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["coreutils", "uutils", "cross-platform", "core", "cli", "util", "utility"]
|
||||||
|
categories = ["os"]
|
||||||
|
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
autotests = false
|
autotests = false
|
||||||
|
|
||||||
|
@ -335,8 +341,8 @@ rust-users = { version="0.10", package="users" }
|
||||||
unix_socket = "0.5.0"
|
unix_socket = "0.5.0"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "uutils"
|
name = "coreutils"
|
||||||
path = "src/bin/uutils.rs"
|
path = "src/bin/coreutils.rs"
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
name = "tests"
|
name = "tests"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue