mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
maint/build ~ remove unneeded specialized test configuration from Cargo.toml
This commit is contained in:
parent
ebb2c3dfb4
commit
27f794bcab
1 changed files with 0 additions and 4 deletions
|
@ -16,7 +16,6 @@ categories = ["command-line-utilities"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
autotests = false
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "feat_common_core" ]
|
default = [ "feat_common_core" ]
|
||||||
|
@ -347,6 +346,3 @@ unix_socket = "0.5.0"
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "coreutils"
|
name = "coreutils"
|
||||||
path = "src/bin/coreutils.rs"
|
path = "src/bin/coreutils.rs"
|
||||||
|
|
||||||
[[test]]
|
|
||||||
name = "tests"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue