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

Make Cargo.toml match the Makefile

This commit is contained in:
Will Wykeham 2016-11-18 13:56:33 +00:00
parent 2ad896a6ca
commit b9ddb52630

View file

@ -21,7 +21,6 @@ unix = [
"logname", "logname",
"mkfifo", "mkfifo",
"mknod", "mknod",
"more",
"nice", "nice",
"nohup", "nohup",
"pathchk", "pathchk",
@ -63,6 +62,7 @@ generic = [
"ls", "ls",
"mkdir", "mkdir",
"mktemp", "mktemp",
"more",
"mv", "mv",
"nl", "nl",
"nproc", "nproc",