From f0b0e3b867421e0c476ce7f33bc305beb557c87d Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 14 Apr 2020 11:06:19 -0500 Subject: [PATCH 1/5] change ~ reorganize code files --- src/{uutils => bin}/uutils.rs | 0 src/{#common => common}/mkmain.rs | 0 src/{#common => common}/uumain.rs | 0 src/{ => uu}/arch/Cargo.toml | 0 src/{arch => uu/arch/src}/arch.rs | 0 src/{ => uu}/base32/Cargo.toml | 0 src/{base32 => uu/base32/src}/base32.rs | 0 src/{ => uu}/base64/Cargo.toml | 0 src/{base64 => uu/base64/src}/base64.rs | 0 src/{base64 => uu/base64/src}/base_common.rs | 0 src/{ => uu}/basename/Cargo.toml | 0 src/{basename => uu/basename/src}/basename.rs | 0 src/{ => uu}/cat/Cargo.toml | 0 src/{cat => uu/cat/src}/cat.rs | 0 src/{ => uu}/chgrp/Cargo.toml | 0 src/{chgrp => uu/chgrp/src}/chgrp.rs | 0 src/{ => uu}/chmod/Cargo.toml | 0 src/{chmod => uu/chmod/src}/chmod.rs | 0 src/{ => uu}/chown/Cargo.toml | 0 src/{chown => uu/chown/src}/chown.rs | 0 src/{ => uu}/chroot/Cargo.toml | 0 src/{chroot => uu/chroot/src}/chroot.rs | 0 src/{ => uu}/cksum/Cargo.toml | 0 src/{ => uu}/cksum/build.rs | 0 src/{cksum => uu/cksum/src}/cksum.rs | 0 src/{ => uu}/comm/Cargo.toml | 0 src/{comm => uu/comm/src}/comm.rs | 0 src/{ => uu}/cp/Cargo.toml | 0 src/{ => uu}/cp/README.md | 0 src/{cp => uu/cp/src}/cp.rs | 0 src/{ => uu}/cut/.gitignore | 0 src/{ => uu}/cut/Cargo.toml | 0 src/{cut => uu/cut/src}/buffer.rs | 0 src/{cut => uu/cut/src}/cut.rs | 0 src/{cut => uu/cut/src}/ranges.rs | 0 src/{cut => uu/cut/src}/searcher.rs | 0 src/{ => uu}/date/Cargo.toml | 0 src/{date => uu/date/src}/date.rs | 0 src/{ => uu}/date/usage.txt | 0 src/{ => uu}/dircolors/Cargo.toml | 0 src/{dircolors => uu/dircolors/src}/colors.rs | 0 src/{dircolors => uu/dircolors/src}/dircolors.rs | 0 src/{ => uu}/dirname/Cargo.toml | 0 src/{dirname => uu/dirname/src}/dirname.rs | 0 src/{ => uu}/du/Cargo.toml | 0 src/{du => uu/du/src}/du.rs | 0 src/{ => uu}/echo/Cargo.toml | 0 src/{echo => uu/echo/src}/echo.rs | 0 src/{ => uu}/env/Cargo.toml | 0 src/{env => uu/env/src}/env.rs | 0 src/{ => uu}/expand/Cargo.toml | 0 src/{expand => uu/expand/src}/expand.rs | 0 src/{ => uu}/expr/Cargo.toml | 0 src/{expr => uu/expr/src}/expr.rs | 0 src/{expr => uu/expr/src}/syntax_tree.rs | 0 src/{expr => uu/expr/src}/tokens.rs | 0 src/{ => uu}/factor/Cargo.toml | 0 src/{ => uu}/factor/build.rs | 0 src/{ => uu}/factor/sieve.rs | 0 src/{factor => uu/factor/src}/factor.rs | 0 src/{factor => uu/factor/src}/numeric.rs | 0 src/{ => uu}/false/Cargo.toml | 0 src/{false => uu/false/src}/false.rs | 0 src/{ => uu}/fmt/Cargo.toml | 0 src/{fmt => uu/fmt/src}/fmt.rs | 0 src/{fmt => uu/fmt/src}/linebreak.rs | 0 src/{fmt => uu/fmt/src}/parasplit.rs | 0 src/{ => uu}/fold/Cargo.toml | 0 src/{fold => uu/fold/src}/fold.rs | 0 src/{ => uu}/groups/Cargo.toml | 0 src/{groups => uu/groups/src}/groups.rs | 0 src/{ => uu}/hashsum/Cargo.toml | 0 src/{hashsum => uu/hashsum/src}/digest.rs | 0 src/{hashsum => uu/hashsum/src}/hashsum.rs | 0 src/{ => uu}/head/Cargo.toml | 0 src/{head => uu/head/src}/head.rs | 0 src/{ => uu}/hostid/Cargo.toml | 0 src/{hostid => uu/hostid/src}/hostid.rs | 0 src/{ => uu}/hostname/Cargo.toml | 0 src/{hostname => uu/hostname/src}/hostname.rs | 0 src/{ => uu}/id/Cargo.toml | 0 src/{id => uu/id/src}/id.rs | 0 src/{ => uu}/install/Cargo.toml | 0 src/{install => uu/install/src}/install.rs | 0 src/{install => uu/install/src}/mode.rs | 0 src/{ => uu}/join/Cargo.toml | 0 src/{join => uu/join/src}/join.rs | 0 src/{ => uu}/kill/Cargo.toml | 0 src/{kill => uu/kill/src}/kill.rs | 0 src/{ => uu}/link/Cargo.toml | 0 src/{link => uu/link/src}/link.rs | 0 src/{ => uu}/ln/Cargo.toml | 0 src/{ln => uu/ln/src}/ln.rs | 0 src/{ => uu}/logname/Cargo.toml | 0 src/{logname => uu/logname/src}/logname.rs | 0 src/{ => uu}/ls/Cargo.toml | 0 src/{ls => uu/ls/src}/ls.rs | 0 src/{ => uu}/mkdir/Cargo.toml | 0 src/{mkdir => uu/mkdir/src}/mkdir.rs | 0 src/{ => uu}/mkfifo/Cargo.toml | 0 src/{mkfifo => uu/mkfifo/src}/mkfifo.rs | 0 src/{ => uu}/mknod/Cargo.toml | 0 src/{mknod => uu/mknod/src}/mknod.rs | 0 src/{mknod => uu/mknod/src}/parsemode.rs | 0 src/{ => uu}/mktemp/Cargo.toml | 0 src/{mktemp => uu/mktemp/src}/mktemp.rs | 0 src/{mktemp => uu/mktemp/src}/tempdir.rs | 0 src/{ => uu}/more/Cargo.toml | 0 src/{more => uu/more/src}/more.rs | 0 src/{ => uu}/mv/Cargo.toml | 0 src/{mv => uu/mv/src}/mv.rs | 0 src/{ => uu}/nice/Cargo.toml | 0 src/{nice => uu/nice/src}/nice.rs | 0 src/{ => uu}/nl/Cargo.toml | 0 src/{nl => uu/nl/src}/helper.rs | 0 src/{nl => uu/nl/src}/nl.rs | 0 src/{ => uu}/nohup/Cargo.toml | 0 src/{nohup => uu/nohup/src}/nohup.rs | 0 src/{ => uu}/nproc/Cargo.toml | 0 src/{nproc => uu/nproc/src}/nproc.rs | 0 src/{ => uu}/numfmt/Cargo.toml | 0 src/{numfmt => uu/numfmt/src}/numfmt.rs | 0 src/{ => uu}/od/Cargo.toml | 0 src/{od => uu/od/src}/byteorder_io.rs | 0 src/{od => uu/od/src}/formatteriteminfo.rs | 0 src/{od => uu/od/src}/inputdecoder.rs | 0 src/{od => uu/od/src}/inputoffset.rs | 0 src/{od => uu/od/src}/mockstream.rs | 0 src/{od => uu/od/src}/multifilereader.rs | 0 src/{od => uu/od/src}/od.rs | 0 src/{od => uu/od/src}/output_info.rs | 0 src/{od => uu/od/src}/parse_formats.rs | 0 src/{od => uu/od/src}/parse_inputs.rs | 0 src/{od => uu/od/src}/parse_nrofbytes.rs | 0 src/{od => uu/od/src}/partialreader.rs | 0 src/{od => uu/od/src}/peekreader.rs | 0 src/{od => uu/od/src}/prn_char.rs | 0 src/{od => uu/od/src}/prn_float.rs | 0 src/{od => uu/od/src}/prn_int.rs | 0 src/{ => uu}/paste/Cargo.toml | 0 src/{paste => uu/paste/src}/paste.rs | 0 src/{ => uu}/pathchk/Cargo.toml | 0 src/{pathchk => uu/pathchk/src}/pathchk.rs | 0 src/{ => uu}/pinky/Cargo.toml | 0 src/{pinky => uu/pinky/src}/pinky.rs | 0 src/{ => uu}/printenv/Cargo.toml | 0 src/{printenv => uu/printenv/src}/printenv.rs | 0 src/{ => uu}/printf/Cargo.toml | 0 src/{printf => uu/printf/src}/cli.rs | 0 src/{printf => uu/printf/src}/memo.rs | 0 src/{printf => uu/printf/src}/mod.rs | 0 src/{printf => uu/printf/src}/printf.rs | 0 src/{printf => uu/printf/src}/tokenize/mod.rs | 0 src/{printf => uu/printf/src}/tokenize/num_format/format_field.rs | 0 src/{printf => uu/printf/src}/tokenize/num_format/formatter.rs | 0 .../printf/src}/tokenize/num_format/formatters/base_conv/mod.rs | 0 .../printf/src}/tokenize/num_format/formatters/base_conv/tests.rs | 0 .../src}/tokenize/num_format/formatters/cninetyninehexfloatf.rs | 0 .../printf/src}/tokenize/num_format/formatters/decf.rs | 0 .../printf/src}/tokenize/num_format/formatters/float_common.rs | 0 .../printf/src}/tokenize/num_format/formatters/floatf.rs | 0 .../printf/src}/tokenize/num_format/formatters/intf.rs | 0 .../printf/src}/tokenize/num_format/formatters/mod.rs | 0 .../printf/src}/tokenize/num_format/formatters/scif.rs | 0 src/{printf => uu/printf/src}/tokenize/num_format/mod.rs | 0 src/{printf => uu/printf/src}/tokenize/num_format/num_format.rs | 0 src/{printf => uu/printf/src}/tokenize/sub.rs | 0 src/{printf => uu/printf/src}/tokenize/token.rs | 0 src/{printf => uu/printf/src}/tokenize/unescaped_text.rs | 0 src/{ => uu}/ptx/Cargo.toml | 0 src/{ptx => uu/ptx/src}/ptx.rs | 0 src/{ => uu}/pwd/Cargo.toml | 0 src/{pwd => uu/pwd/src}/pwd.rs | 0 src/{ => uu}/readlink/Cargo.toml | 0 src/{readlink => uu/readlink/src}/readlink.rs | 0 src/{ => uu}/realpath/Cargo.toml | 0 src/{realpath => uu/realpath/src}/realpath.rs | 0 src/{ => uu}/relpath/Cargo.toml | 0 src/{relpath => uu/relpath/src}/relpath.rs | 0 src/{ => uu}/rm/Cargo.toml | 0 src/{rm => uu/rm/src}/rm.rs | 0 src/{ => uu}/rmdir/Cargo.toml | 0 src/{rmdir => uu/rmdir/src}/rmdir.rs | 0 src/{ => uu}/seq/Cargo.toml | 0 src/{seq => uu/seq/src}/seq.rs | 0 src/{ => uu}/shred/Cargo.toml | 0 src/{shred => uu/shred/src}/shred.rs | 0 src/{ => uu}/shuf/Cargo.toml | 0 src/{shuf => uu/shuf/src}/shuf.rs | 0 src/{ => uu}/sleep/Cargo.toml | 0 src/{sleep => uu/sleep/src}/sleep.rs | 0 src/{ => uu}/sort/Cargo.toml | 0 src/{sort => uu/sort/src}/sort.rs | 0 src/{ => uu}/split/Cargo.toml | 0 src/{ => uu}/split/README.md | 0 src/{split => uu/split/src}/split.rs | 0 src/{ => uu}/stat/Cargo.toml | 0 src/{stat => uu/stat/src}/fsext.rs | 0 src/{stat => uu/stat/src}/stat.rs | 0 src/{stat => uu/stat/src}/test_stat.rs | 0 src/{ => uu}/stdbuf/Cargo.toml | 0 src/{ => uu}/stdbuf/build.rs | 0 src/{stdbuf => uu/stdbuf/src}/libstdbuf/Cargo.toml | 0 src/{stdbuf => uu/stdbuf/src}/libstdbuf/build.rs | 0 .../libstdbuf => uu/stdbuf/src/libstdbuf/src}/libstdbuf.rs | 0 src/{stdbuf => uu/stdbuf/src}/stdbuf.rs | 0 src/{ => uu}/sum/Cargo.toml | 0 src/{sum => uu/sum/src}/sum.rs | 0 src/{ => uu}/sync/Cargo.toml | 0 src/{sync => uu/sync/src}/sync.rs | 0 src/{ => uu}/tac/Cargo.toml | 0 src/{tac => uu/tac/src}/tac.rs | 0 src/{ => uu}/tail/Cargo.toml | 0 src/{ => uu}/tail/README.md | 0 src/{tail => uu/tail/src}/platform/mod.rs | 0 src/{tail => uu/tail/src}/platform/redox.rs | 0 src/{tail => uu/tail/src}/platform/unix.rs | 0 src/{tail => uu/tail/src}/platform/windows.rs | 0 src/{tail => uu/tail/src}/tail.rs | 0 src/{ => uu}/tee/Cargo.toml | 0 src/{tee => uu/tee/src}/tee.rs | 0 src/{ => uu}/test/Cargo.toml | 0 src/{test => uu/test/src}/test.rs | 0 src/{ => uu}/timeout/Cargo.toml | 0 src/{timeout => uu/timeout/src}/timeout.rs | 0 src/{ => uu}/touch/Cargo.toml | 0 src/{touch => uu/touch/src}/touch.rs | 0 src/{ => uu}/tr/Cargo.toml | 0 src/{tr => uu/tr/src}/expand.rs | 0 src/{tr => uu/tr/src}/tr.rs | 0 src/{ => uu}/true/Cargo.toml | 0 src/{true => uu/true/src}/true.rs | 0 src/{ => uu}/truncate/Cargo.toml | 0 src/{truncate => uu/truncate/src}/truncate.rs | 0 src/{ => uu}/tsort/Cargo.toml | 0 src/{tsort => uu/tsort/src}/tsort.rs | 0 src/{ => uu}/tty/Cargo.toml | 0 src/{tty => uu/tty/src}/tty.rs | 0 src/{ => uu}/uname/Cargo.toml | 0 src/{uname => uu/uname/src}/uname.rs | 0 src/{ => uu}/unexpand/Cargo.toml | 0 src/{unexpand => uu/unexpand/src}/unexpand.rs | 0 src/{ => uu}/uniq/Cargo.toml | 0 src/{uniq => uu/uniq/src}/uniq.rs | 0 src/{ => uu}/unlink/Cargo.toml | 0 src/{unlink => uu/unlink/src}/unlink.rs | 0 src/{ => uu}/uptime/Cargo.toml | 0 src/{uptime => uu/uptime/src}/uptime.rs | 0 src/{ => uu}/users/Cargo.toml | 0 src/{users => uu/users/src}/users.rs | 0 src/{ => uu}/wc/Cargo.toml | 0 src/{wc => uu/wc/src}/wc.rs | 0 src/{ => uu}/who/Cargo.toml | 0 src/{who => uu/who/src}/who.rs | 0 src/{ => uu}/whoami/Cargo.toml | 0 src/{whoami => uu/whoami/src}/platform/mod.rs | 0 src/{whoami => uu/whoami/src}/platform/unix.rs | 0 src/{whoami => uu/whoami/src}/platform/windows.rs | 0 src/{whoami => uu/whoami/src}/whoami.rs | 0 src/{ => uu}/yes/Cargo.toml | 0 src/{yes => uu/yes/src}/yes.rs | 0 261 files changed, 0 insertions(+), 0 deletions(-) rename src/{uutils => bin}/uutils.rs (100%) rename src/{#common => common}/mkmain.rs (100%) rename src/{#common => common}/uumain.rs (100%) rename src/{ => uu}/arch/Cargo.toml (100%) rename src/{arch => uu/arch/src}/arch.rs (100%) rename src/{ => uu}/base32/Cargo.toml (100%) rename src/{base32 => uu/base32/src}/base32.rs (100%) rename src/{ => uu}/base64/Cargo.toml (100%) rename src/{base64 => uu/base64/src}/base64.rs (100%) rename src/{base64 => uu/base64/src}/base_common.rs (100%) rename src/{ => uu}/basename/Cargo.toml (100%) rename src/{basename => uu/basename/src}/basename.rs (100%) rename src/{ => uu}/cat/Cargo.toml (100%) rename src/{cat => uu/cat/src}/cat.rs (100%) mode change 100755 => 100644 rename src/{ => uu}/chgrp/Cargo.toml (100%) rename src/{chgrp => uu/chgrp/src}/chgrp.rs (100%) rename src/{ => uu}/chmod/Cargo.toml (100%) rename src/{chmod => uu/chmod/src}/chmod.rs (100%) rename src/{ => uu}/chown/Cargo.toml (100%) rename src/{chown => uu/chown/src}/chown.rs (100%) rename src/{ => uu}/chroot/Cargo.toml (100%) rename src/{chroot => uu/chroot/src}/chroot.rs (100%) rename src/{ => uu}/cksum/Cargo.toml (100%) rename src/{ => uu}/cksum/build.rs (100%) rename src/{cksum => uu/cksum/src}/cksum.rs (100%) rename src/{ => uu}/comm/Cargo.toml (100%) rename src/{comm => uu/comm/src}/comm.rs (100%) rename src/{ => uu}/cp/Cargo.toml (100%) rename src/{ => uu}/cp/README.md (100%) rename src/{cp => uu/cp/src}/cp.rs (100%) rename src/{ => uu}/cut/.gitignore (100%) rename src/{ => uu}/cut/Cargo.toml (100%) rename src/{cut => uu/cut/src}/buffer.rs (100%) rename src/{cut => uu/cut/src}/cut.rs (100%) rename src/{cut => uu/cut/src}/ranges.rs (100%) rename src/{cut => uu/cut/src}/searcher.rs (100%) rename src/{ => uu}/date/Cargo.toml (100%) rename src/{date => uu/date/src}/date.rs (100%) rename src/{ => uu}/date/usage.txt (100%) rename src/{ => uu}/dircolors/Cargo.toml (100%) rename src/{dircolors => uu/dircolors/src}/colors.rs (100%) rename src/{dircolors => uu/dircolors/src}/dircolors.rs (100%) rename src/{ => uu}/dirname/Cargo.toml (100%) rename src/{dirname => uu/dirname/src}/dirname.rs (100%) rename src/{ => uu}/du/Cargo.toml (100%) rename src/{du => uu/du/src}/du.rs (100%) rename src/{ => uu}/echo/Cargo.toml (100%) rename src/{echo => uu/echo/src}/echo.rs (100%) rename src/{ => uu}/env/Cargo.toml (100%) rename src/{env => uu/env/src}/env.rs (100%) rename src/{ => uu}/expand/Cargo.toml (100%) rename src/{expand => uu/expand/src}/expand.rs (100%) rename src/{ => uu}/expr/Cargo.toml (100%) rename src/{expr => uu/expr/src}/expr.rs (100%) rename src/{expr => uu/expr/src}/syntax_tree.rs (100%) rename src/{expr => uu/expr/src}/tokens.rs (100%) rename src/{ => uu}/factor/Cargo.toml (100%) rename src/{ => uu}/factor/build.rs (100%) rename src/{ => uu}/factor/sieve.rs (100%) rename src/{factor => uu/factor/src}/factor.rs (100%) rename src/{factor => uu/factor/src}/numeric.rs (100%) rename src/{ => uu}/false/Cargo.toml (100%) rename src/{false => uu/false/src}/false.rs (100%) rename src/{ => uu}/fmt/Cargo.toml (100%) rename src/{fmt => uu/fmt/src}/fmt.rs (100%) rename src/{fmt => uu/fmt/src}/linebreak.rs (100%) rename src/{fmt => uu/fmt/src}/parasplit.rs (100%) rename src/{ => uu}/fold/Cargo.toml (100%) rename src/{fold => uu/fold/src}/fold.rs (100%) rename src/{ => uu}/groups/Cargo.toml (100%) rename src/{groups => uu/groups/src}/groups.rs (100%) rename src/{ => uu}/hashsum/Cargo.toml (100%) rename src/{hashsum => uu/hashsum/src}/digest.rs (100%) rename src/{hashsum => uu/hashsum/src}/hashsum.rs (100%) rename src/{ => uu}/head/Cargo.toml (100%) rename src/{head => uu/head/src}/head.rs (100%) rename src/{ => uu}/hostid/Cargo.toml (100%) rename src/{hostid => uu/hostid/src}/hostid.rs (100%) rename src/{ => uu}/hostname/Cargo.toml (100%) rename src/{hostname => uu/hostname/src}/hostname.rs (100%) rename src/{ => uu}/id/Cargo.toml (100%) rename src/{id => uu/id/src}/id.rs (100%) rename src/{ => uu}/install/Cargo.toml (100%) rename src/{install => uu/install/src}/install.rs (100%) rename src/{install => uu/install/src}/mode.rs (100%) rename src/{ => uu}/join/Cargo.toml (100%) rename src/{join => uu/join/src}/join.rs (100%) mode change 100755 => 100644 rename src/{ => uu}/kill/Cargo.toml (100%) rename src/{kill => uu/kill/src}/kill.rs (100%) rename src/{ => uu}/link/Cargo.toml (100%) rename src/{link => uu/link/src}/link.rs (100%) rename src/{ => uu}/ln/Cargo.toml (100%) rename src/{ln => uu/ln/src}/ln.rs (100%) rename src/{ => uu}/logname/Cargo.toml (100%) rename src/{logname => uu/logname/src}/logname.rs (100%) rename src/{ => uu}/ls/Cargo.toml (100%) rename src/{ls => uu/ls/src}/ls.rs (100%) rename src/{ => uu}/mkdir/Cargo.toml (100%) rename src/{mkdir => uu/mkdir/src}/mkdir.rs (100%) rename src/{ => uu}/mkfifo/Cargo.toml (100%) rename src/{mkfifo => uu/mkfifo/src}/mkfifo.rs (100%) rename src/{ => uu}/mknod/Cargo.toml (100%) rename src/{mknod => uu/mknod/src}/mknod.rs (100%) rename src/{mknod => uu/mknod/src}/parsemode.rs (100%) rename src/{ => uu}/mktemp/Cargo.toml (100%) rename src/{mktemp => uu/mktemp/src}/mktemp.rs (100%) rename src/{mktemp => uu/mktemp/src}/tempdir.rs (100%) rename src/{ => uu}/more/Cargo.toml (100%) rename src/{more => uu/more/src}/more.rs (100%) rename src/{ => uu}/mv/Cargo.toml (100%) rename src/{mv => uu/mv/src}/mv.rs (100%) rename src/{ => uu}/nice/Cargo.toml (100%) rename src/{nice => uu/nice/src}/nice.rs (100%) rename src/{ => uu}/nl/Cargo.toml (100%) rename src/{nl => uu/nl/src}/helper.rs (100%) rename src/{nl => uu/nl/src}/nl.rs (100%) rename src/{ => uu}/nohup/Cargo.toml (100%) rename src/{nohup => uu/nohup/src}/nohup.rs (100%) rename src/{ => uu}/nproc/Cargo.toml (100%) rename src/{nproc => uu/nproc/src}/nproc.rs (100%) rename src/{ => uu}/numfmt/Cargo.toml (100%) rename src/{numfmt => uu/numfmt/src}/numfmt.rs (100%) rename src/{ => uu}/od/Cargo.toml (100%) rename src/{od => uu/od/src}/byteorder_io.rs (100%) rename src/{od => uu/od/src}/formatteriteminfo.rs (100%) rename src/{od => uu/od/src}/inputdecoder.rs (100%) rename src/{od => uu/od/src}/inputoffset.rs (100%) rename src/{od => uu/od/src}/mockstream.rs (100%) rename src/{od => uu/od/src}/multifilereader.rs (100%) rename src/{od => uu/od/src}/od.rs (100%) rename src/{od => uu/od/src}/output_info.rs (100%) rename src/{od => uu/od/src}/parse_formats.rs (100%) rename src/{od => uu/od/src}/parse_inputs.rs (100%) rename src/{od => uu/od/src}/parse_nrofbytes.rs (100%) rename src/{od => uu/od/src}/partialreader.rs (100%) rename src/{od => uu/od/src}/peekreader.rs (100%) rename src/{od => uu/od/src}/prn_char.rs (100%) rename src/{od => uu/od/src}/prn_float.rs (100%) rename src/{od => uu/od/src}/prn_int.rs (100%) rename src/{ => uu}/paste/Cargo.toml (100%) rename src/{paste => uu/paste/src}/paste.rs (100%) rename src/{ => uu}/pathchk/Cargo.toml (100%) rename src/{pathchk => uu/pathchk/src}/pathchk.rs (100%) rename src/{ => uu}/pinky/Cargo.toml (100%) rename src/{pinky => uu/pinky/src}/pinky.rs (100%) rename src/{ => uu}/printenv/Cargo.toml (100%) rename src/{printenv => uu/printenv/src}/printenv.rs (100%) rename src/{ => uu}/printf/Cargo.toml (100%) rename src/{printf => uu/printf/src}/cli.rs (100%) rename src/{printf => uu/printf/src}/memo.rs (100%) rename src/{printf => uu/printf/src}/mod.rs (100%) rename src/{printf => uu/printf/src}/printf.rs (100%) rename src/{printf => uu/printf/src}/tokenize/mod.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/format_field.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatter.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/base_conv/mod.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/base_conv/tests.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/cninetyninehexfloatf.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/decf.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/float_common.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/floatf.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/intf.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/mod.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/formatters/scif.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/mod.rs (100%) rename src/{printf => uu/printf/src}/tokenize/num_format/num_format.rs (100%) rename src/{printf => uu/printf/src}/tokenize/sub.rs (100%) rename src/{printf => uu/printf/src}/tokenize/token.rs (100%) rename src/{printf => uu/printf/src}/tokenize/unescaped_text.rs (100%) rename src/{ => uu}/ptx/Cargo.toml (100%) rename src/{ptx => uu/ptx/src}/ptx.rs (100%) rename src/{ => uu}/pwd/Cargo.toml (100%) rename src/{pwd => uu/pwd/src}/pwd.rs (100%) rename src/{ => uu}/readlink/Cargo.toml (100%) rename src/{readlink => uu/readlink/src}/readlink.rs (100%) rename src/{ => uu}/realpath/Cargo.toml (100%) rename src/{realpath => uu/realpath/src}/realpath.rs (100%) rename src/{ => uu}/relpath/Cargo.toml (100%) rename src/{relpath => uu/relpath/src}/relpath.rs (100%) rename src/{ => uu}/rm/Cargo.toml (100%) rename src/{rm => uu/rm/src}/rm.rs (100%) rename src/{ => uu}/rmdir/Cargo.toml (100%) rename src/{rmdir => uu/rmdir/src}/rmdir.rs (100%) rename src/{ => uu}/seq/Cargo.toml (100%) rename src/{seq => uu/seq/src}/seq.rs (100%) rename src/{ => uu}/shred/Cargo.toml (100%) rename src/{shred => uu/shred/src}/shred.rs (100%) rename src/{ => uu}/shuf/Cargo.toml (100%) rename src/{shuf => uu/shuf/src}/shuf.rs (100%) rename src/{ => uu}/sleep/Cargo.toml (100%) rename src/{sleep => uu/sleep/src}/sleep.rs (100%) rename src/{ => uu}/sort/Cargo.toml (100%) rename src/{sort => uu/sort/src}/sort.rs (100%) rename src/{ => uu}/split/Cargo.toml (100%) rename src/{ => uu}/split/README.md (100%) rename src/{split => uu/split/src}/split.rs (100%) rename src/{ => uu}/stat/Cargo.toml (100%) rename src/{stat => uu/stat/src}/fsext.rs (100%) rename src/{stat => uu/stat/src}/stat.rs (100%) rename src/{stat => uu/stat/src}/test_stat.rs (100%) rename src/{ => uu}/stdbuf/Cargo.toml (100%) rename src/{ => uu}/stdbuf/build.rs (100%) rename src/{stdbuf => uu/stdbuf/src}/libstdbuf/Cargo.toml (100%) rename src/{stdbuf => uu/stdbuf/src}/libstdbuf/build.rs (100%) rename src/{stdbuf/libstdbuf => uu/stdbuf/src/libstdbuf/src}/libstdbuf.rs (100%) rename src/{stdbuf => uu/stdbuf/src}/stdbuf.rs (100%) rename src/{ => uu}/sum/Cargo.toml (100%) rename src/{sum => uu/sum/src}/sum.rs (100%) rename src/{ => uu}/sync/Cargo.toml (100%) rename src/{sync => uu/sync/src}/sync.rs (100%) rename src/{ => uu}/tac/Cargo.toml (100%) rename src/{tac => uu/tac/src}/tac.rs (100%) rename src/{ => uu}/tail/Cargo.toml (100%) rename src/{ => uu}/tail/README.md (100%) rename src/{tail => uu/tail/src}/platform/mod.rs (100%) rename src/{tail => uu/tail/src}/platform/redox.rs (100%) rename src/{tail => uu/tail/src}/platform/unix.rs (100%) rename src/{tail => uu/tail/src}/platform/windows.rs (100%) rename src/{tail => uu/tail/src}/tail.rs (100%) mode change 100755 => 100644 rename src/{ => uu}/tee/Cargo.toml (100%) rename src/{tee => uu/tee/src}/tee.rs (100%) rename src/{ => uu}/test/Cargo.toml (100%) rename src/{test => uu/test/src}/test.rs (100%) rename src/{ => uu}/timeout/Cargo.toml (100%) rename src/{timeout => uu/timeout/src}/timeout.rs (100%) rename src/{ => uu}/touch/Cargo.toml (100%) rename src/{touch => uu/touch/src}/touch.rs (100%) rename src/{ => uu}/tr/Cargo.toml (100%) rename src/{tr => uu/tr/src}/expand.rs (100%) rename src/{tr => uu/tr/src}/tr.rs (100%) rename src/{ => uu}/true/Cargo.toml (100%) rename src/{true => uu/true/src}/true.rs (100%) rename src/{ => uu}/truncate/Cargo.toml (100%) rename src/{truncate => uu/truncate/src}/truncate.rs (100%) rename src/{ => uu}/tsort/Cargo.toml (100%) rename src/{tsort => uu/tsort/src}/tsort.rs (100%) rename src/{ => uu}/tty/Cargo.toml (100%) rename src/{tty => uu/tty/src}/tty.rs (100%) rename src/{ => uu}/uname/Cargo.toml (100%) rename src/{uname => uu/uname/src}/uname.rs (100%) rename src/{ => uu}/unexpand/Cargo.toml (100%) rename src/{unexpand => uu/unexpand/src}/unexpand.rs (100%) rename src/{ => uu}/uniq/Cargo.toml (100%) rename src/{uniq => uu/uniq/src}/uniq.rs (100%) rename src/{ => uu}/unlink/Cargo.toml (100%) rename src/{unlink => uu/unlink/src}/unlink.rs (100%) rename src/{ => uu}/uptime/Cargo.toml (100%) rename src/{uptime => uu/uptime/src}/uptime.rs (100%) rename src/{ => uu}/users/Cargo.toml (100%) rename src/{users => uu/users/src}/users.rs (100%) rename src/{ => uu}/wc/Cargo.toml (100%) rename src/{wc => uu/wc/src}/wc.rs (100%) rename src/{ => uu}/who/Cargo.toml (100%) rename src/{who => uu/who/src}/who.rs (100%) rename src/{ => uu}/whoami/Cargo.toml (100%) rename src/{whoami => uu/whoami/src}/platform/mod.rs (100%) rename src/{whoami => uu/whoami/src}/platform/unix.rs (100%) rename src/{whoami => uu/whoami/src}/platform/windows.rs (100%) rename src/{whoami => uu/whoami/src}/whoami.rs (100%) rename src/{ => uu}/yes/Cargo.toml (100%) rename src/{yes => uu/yes/src}/yes.rs (100%) diff --git a/src/uutils/uutils.rs b/src/bin/uutils.rs similarity index 100% rename from src/uutils/uutils.rs rename to src/bin/uutils.rs diff --git a/src/#common/mkmain.rs b/src/common/mkmain.rs similarity index 100% rename from src/#common/mkmain.rs rename to src/common/mkmain.rs diff --git a/src/#common/uumain.rs b/src/common/uumain.rs similarity index 100% rename from src/#common/uumain.rs rename to src/common/uumain.rs diff --git a/src/arch/Cargo.toml b/src/uu/arch/Cargo.toml similarity index 100% rename from src/arch/Cargo.toml rename to src/uu/arch/Cargo.toml diff --git a/src/arch/arch.rs b/src/uu/arch/src/arch.rs similarity index 100% rename from src/arch/arch.rs rename to src/uu/arch/src/arch.rs diff --git a/src/base32/Cargo.toml b/src/uu/base32/Cargo.toml similarity index 100% rename from src/base32/Cargo.toml rename to src/uu/base32/Cargo.toml diff --git a/src/base32/base32.rs b/src/uu/base32/src/base32.rs similarity index 100% rename from src/base32/base32.rs rename to src/uu/base32/src/base32.rs diff --git a/src/base64/Cargo.toml b/src/uu/base64/Cargo.toml similarity index 100% rename from src/base64/Cargo.toml rename to src/uu/base64/Cargo.toml diff --git a/src/base64/base64.rs b/src/uu/base64/src/base64.rs similarity index 100% rename from src/base64/base64.rs rename to src/uu/base64/src/base64.rs diff --git a/src/base64/base_common.rs b/src/uu/base64/src/base_common.rs similarity index 100% rename from src/base64/base_common.rs rename to src/uu/base64/src/base_common.rs diff --git a/src/basename/Cargo.toml b/src/uu/basename/Cargo.toml similarity index 100% rename from src/basename/Cargo.toml rename to src/uu/basename/Cargo.toml diff --git a/src/basename/basename.rs b/src/uu/basename/src/basename.rs similarity index 100% rename from src/basename/basename.rs rename to src/uu/basename/src/basename.rs diff --git a/src/cat/Cargo.toml b/src/uu/cat/Cargo.toml similarity index 100% rename from src/cat/Cargo.toml rename to src/uu/cat/Cargo.toml diff --git a/src/cat/cat.rs b/src/uu/cat/src/cat.rs old mode 100755 new mode 100644 similarity index 100% rename from src/cat/cat.rs rename to src/uu/cat/src/cat.rs diff --git a/src/chgrp/Cargo.toml b/src/uu/chgrp/Cargo.toml similarity index 100% rename from src/chgrp/Cargo.toml rename to src/uu/chgrp/Cargo.toml diff --git a/src/chgrp/chgrp.rs b/src/uu/chgrp/src/chgrp.rs similarity index 100% rename from src/chgrp/chgrp.rs rename to src/uu/chgrp/src/chgrp.rs diff --git a/src/chmod/Cargo.toml b/src/uu/chmod/Cargo.toml similarity index 100% rename from src/chmod/Cargo.toml rename to src/uu/chmod/Cargo.toml diff --git a/src/chmod/chmod.rs b/src/uu/chmod/src/chmod.rs similarity index 100% rename from src/chmod/chmod.rs rename to src/uu/chmod/src/chmod.rs diff --git a/src/chown/Cargo.toml b/src/uu/chown/Cargo.toml similarity index 100% rename from src/chown/Cargo.toml rename to src/uu/chown/Cargo.toml diff --git a/src/chown/chown.rs b/src/uu/chown/src/chown.rs similarity index 100% rename from src/chown/chown.rs rename to src/uu/chown/src/chown.rs diff --git a/src/chroot/Cargo.toml b/src/uu/chroot/Cargo.toml similarity index 100% rename from src/chroot/Cargo.toml rename to src/uu/chroot/Cargo.toml diff --git a/src/chroot/chroot.rs b/src/uu/chroot/src/chroot.rs similarity index 100% rename from src/chroot/chroot.rs rename to src/uu/chroot/src/chroot.rs diff --git a/src/cksum/Cargo.toml b/src/uu/cksum/Cargo.toml similarity index 100% rename from src/cksum/Cargo.toml rename to src/uu/cksum/Cargo.toml diff --git a/src/cksum/build.rs b/src/uu/cksum/build.rs similarity index 100% rename from src/cksum/build.rs rename to src/uu/cksum/build.rs diff --git a/src/cksum/cksum.rs b/src/uu/cksum/src/cksum.rs similarity index 100% rename from src/cksum/cksum.rs rename to src/uu/cksum/src/cksum.rs diff --git a/src/comm/Cargo.toml b/src/uu/comm/Cargo.toml similarity index 100% rename from src/comm/Cargo.toml rename to src/uu/comm/Cargo.toml diff --git a/src/comm/comm.rs b/src/uu/comm/src/comm.rs similarity index 100% rename from src/comm/comm.rs rename to src/uu/comm/src/comm.rs diff --git a/src/cp/Cargo.toml b/src/uu/cp/Cargo.toml similarity index 100% rename from src/cp/Cargo.toml rename to src/uu/cp/Cargo.toml diff --git a/src/cp/README.md b/src/uu/cp/README.md similarity index 100% rename from src/cp/README.md rename to src/uu/cp/README.md diff --git a/src/cp/cp.rs b/src/uu/cp/src/cp.rs similarity index 100% rename from src/cp/cp.rs rename to src/uu/cp/src/cp.rs diff --git a/src/cut/.gitignore b/src/uu/cut/.gitignore similarity index 100% rename from src/cut/.gitignore rename to src/uu/cut/.gitignore diff --git a/src/cut/Cargo.toml b/src/uu/cut/Cargo.toml similarity index 100% rename from src/cut/Cargo.toml rename to src/uu/cut/Cargo.toml diff --git a/src/cut/buffer.rs b/src/uu/cut/src/buffer.rs similarity index 100% rename from src/cut/buffer.rs rename to src/uu/cut/src/buffer.rs diff --git a/src/cut/cut.rs b/src/uu/cut/src/cut.rs similarity index 100% rename from src/cut/cut.rs rename to src/uu/cut/src/cut.rs diff --git a/src/cut/ranges.rs b/src/uu/cut/src/ranges.rs similarity index 100% rename from src/cut/ranges.rs rename to src/uu/cut/src/ranges.rs diff --git a/src/cut/searcher.rs b/src/uu/cut/src/searcher.rs similarity index 100% rename from src/cut/searcher.rs rename to src/uu/cut/src/searcher.rs diff --git a/src/date/Cargo.toml b/src/uu/date/Cargo.toml similarity index 100% rename from src/date/Cargo.toml rename to src/uu/date/Cargo.toml diff --git a/src/date/date.rs b/src/uu/date/src/date.rs similarity index 100% rename from src/date/date.rs rename to src/uu/date/src/date.rs diff --git a/src/date/usage.txt b/src/uu/date/usage.txt similarity index 100% rename from src/date/usage.txt rename to src/uu/date/usage.txt diff --git a/src/dircolors/Cargo.toml b/src/uu/dircolors/Cargo.toml similarity index 100% rename from src/dircolors/Cargo.toml rename to src/uu/dircolors/Cargo.toml diff --git a/src/dircolors/colors.rs b/src/uu/dircolors/src/colors.rs similarity index 100% rename from src/dircolors/colors.rs rename to src/uu/dircolors/src/colors.rs diff --git a/src/dircolors/dircolors.rs b/src/uu/dircolors/src/dircolors.rs similarity index 100% rename from src/dircolors/dircolors.rs rename to src/uu/dircolors/src/dircolors.rs diff --git a/src/dirname/Cargo.toml b/src/uu/dirname/Cargo.toml similarity index 100% rename from src/dirname/Cargo.toml rename to src/uu/dirname/Cargo.toml diff --git a/src/dirname/dirname.rs b/src/uu/dirname/src/dirname.rs similarity index 100% rename from src/dirname/dirname.rs rename to src/uu/dirname/src/dirname.rs diff --git a/src/du/Cargo.toml b/src/uu/du/Cargo.toml similarity index 100% rename from src/du/Cargo.toml rename to src/uu/du/Cargo.toml diff --git a/src/du/du.rs b/src/uu/du/src/du.rs similarity index 100% rename from src/du/du.rs rename to src/uu/du/src/du.rs diff --git a/src/echo/Cargo.toml b/src/uu/echo/Cargo.toml similarity index 100% rename from src/echo/Cargo.toml rename to src/uu/echo/Cargo.toml diff --git a/src/echo/echo.rs b/src/uu/echo/src/echo.rs similarity index 100% rename from src/echo/echo.rs rename to src/uu/echo/src/echo.rs diff --git a/src/env/Cargo.toml b/src/uu/env/Cargo.toml similarity index 100% rename from src/env/Cargo.toml rename to src/uu/env/Cargo.toml diff --git a/src/env/env.rs b/src/uu/env/src/env.rs similarity index 100% rename from src/env/env.rs rename to src/uu/env/src/env.rs diff --git a/src/expand/Cargo.toml b/src/uu/expand/Cargo.toml similarity index 100% rename from src/expand/Cargo.toml rename to src/uu/expand/Cargo.toml diff --git a/src/expand/expand.rs b/src/uu/expand/src/expand.rs similarity index 100% rename from src/expand/expand.rs rename to src/uu/expand/src/expand.rs diff --git a/src/expr/Cargo.toml b/src/uu/expr/Cargo.toml similarity index 100% rename from src/expr/Cargo.toml rename to src/uu/expr/Cargo.toml diff --git a/src/expr/expr.rs b/src/uu/expr/src/expr.rs similarity index 100% rename from src/expr/expr.rs rename to src/uu/expr/src/expr.rs diff --git a/src/expr/syntax_tree.rs b/src/uu/expr/src/syntax_tree.rs similarity index 100% rename from src/expr/syntax_tree.rs rename to src/uu/expr/src/syntax_tree.rs diff --git a/src/expr/tokens.rs b/src/uu/expr/src/tokens.rs similarity index 100% rename from src/expr/tokens.rs rename to src/uu/expr/src/tokens.rs diff --git a/src/factor/Cargo.toml b/src/uu/factor/Cargo.toml similarity index 100% rename from src/factor/Cargo.toml rename to src/uu/factor/Cargo.toml diff --git a/src/factor/build.rs b/src/uu/factor/build.rs similarity index 100% rename from src/factor/build.rs rename to src/uu/factor/build.rs diff --git a/src/factor/sieve.rs b/src/uu/factor/sieve.rs similarity index 100% rename from src/factor/sieve.rs rename to src/uu/factor/sieve.rs diff --git a/src/factor/factor.rs b/src/uu/factor/src/factor.rs similarity index 100% rename from src/factor/factor.rs rename to src/uu/factor/src/factor.rs diff --git a/src/factor/numeric.rs b/src/uu/factor/src/numeric.rs similarity index 100% rename from src/factor/numeric.rs rename to src/uu/factor/src/numeric.rs diff --git a/src/false/Cargo.toml b/src/uu/false/Cargo.toml similarity index 100% rename from src/false/Cargo.toml rename to src/uu/false/Cargo.toml diff --git a/src/false/false.rs b/src/uu/false/src/false.rs similarity index 100% rename from src/false/false.rs rename to src/uu/false/src/false.rs diff --git a/src/fmt/Cargo.toml b/src/uu/fmt/Cargo.toml similarity index 100% rename from src/fmt/Cargo.toml rename to src/uu/fmt/Cargo.toml diff --git a/src/fmt/fmt.rs b/src/uu/fmt/src/fmt.rs similarity index 100% rename from src/fmt/fmt.rs rename to src/uu/fmt/src/fmt.rs diff --git a/src/fmt/linebreak.rs b/src/uu/fmt/src/linebreak.rs similarity index 100% rename from src/fmt/linebreak.rs rename to src/uu/fmt/src/linebreak.rs diff --git a/src/fmt/parasplit.rs b/src/uu/fmt/src/parasplit.rs similarity index 100% rename from src/fmt/parasplit.rs rename to src/uu/fmt/src/parasplit.rs diff --git a/src/fold/Cargo.toml b/src/uu/fold/Cargo.toml similarity index 100% rename from src/fold/Cargo.toml rename to src/uu/fold/Cargo.toml diff --git a/src/fold/fold.rs b/src/uu/fold/src/fold.rs similarity index 100% rename from src/fold/fold.rs rename to src/uu/fold/src/fold.rs diff --git a/src/groups/Cargo.toml b/src/uu/groups/Cargo.toml similarity index 100% rename from src/groups/Cargo.toml rename to src/uu/groups/Cargo.toml diff --git a/src/groups/groups.rs b/src/uu/groups/src/groups.rs similarity index 100% rename from src/groups/groups.rs rename to src/uu/groups/src/groups.rs diff --git a/src/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml similarity index 100% rename from src/hashsum/Cargo.toml rename to src/uu/hashsum/Cargo.toml diff --git a/src/hashsum/digest.rs b/src/uu/hashsum/src/digest.rs similarity index 100% rename from src/hashsum/digest.rs rename to src/uu/hashsum/src/digest.rs diff --git a/src/hashsum/hashsum.rs b/src/uu/hashsum/src/hashsum.rs similarity index 100% rename from src/hashsum/hashsum.rs rename to src/uu/hashsum/src/hashsum.rs diff --git a/src/head/Cargo.toml b/src/uu/head/Cargo.toml similarity index 100% rename from src/head/Cargo.toml rename to src/uu/head/Cargo.toml diff --git a/src/head/head.rs b/src/uu/head/src/head.rs similarity index 100% rename from src/head/head.rs rename to src/uu/head/src/head.rs diff --git a/src/hostid/Cargo.toml b/src/uu/hostid/Cargo.toml similarity index 100% rename from src/hostid/Cargo.toml rename to src/uu/hostid/Cargo.toml diff --git a/src/hostid/hostid.rs b/src/uu/hostid/src/hostid.rs similarity index 100% rename from src/hostid/hostid.rs rename to src/uu/hostid/src/hostid.rs diff --git a/src/hostname/Cargo.toml b/src/uu/hostname/Cargo.toml similarity index 100% rename from src/hostname/Cargo.toml rename to src/uu/hostname/Cargo.toml diff --git a/src/hostname/hostname.rs b/src/uu/hostname/src/hostname.rs similarity index 100% rename from src/hostname/hostname.rs rename to src/uu/hostname/src/hostname.rs diff --git a/src/id/Cargo.toml b/src/uu/id/Cargo.toml similarity index 100% rename from src/id/Cargo.toml rename to src/uu/id/Cargo.toml diff --git a/src/id/id.rs b/src/uu/id/src/id.rs similarity index 100% rename from src/id/id.rs rename to src/uu/id/src/id.rs diff --git a/src/install/Cargo.toml b/src/uu/install/Cargo.toml similarity index 100% rename from src/install/Cargo.toml rename to src/uu/install/Cargo.toml diff --git a/src/install/install.rs b/src/uu/install/src/install.rs similarity index 100% rename from src/install/install.rs rename to src/uu/install/src/install.rs diff --git a/src/install/mode.rs b/src/uu/install/src/mode.rs similarity index 100% rename from src/install/mode.rs rename to src/uu/install/src/mode.rs diff --git a/src/join/Cargo.toml b/src/uu/join/Cargo.toml similarity index 100% rename from src/join/Cargo.toml rename to src/uu/join/Cargo.toml diff --git a/src/join/join.rs b/src/uu/join/src/join.rs old mode 100755 new mode 100644 similarity index 100% rename from src/join/join.rs rename to src/uu/join/src/join.rs diff --git a/src/kill/Cargo.toml b/src/uu/kill/Cargo.toml similarity index 100% rename from src/kill/Cargo.toml rename to src/uu/kill/Cargo.toml diff --git a/src/kill/kill.rs b/src/uu/kill/src/kill.rs similarity index 100% rename from src/kill/kill.rs rename to src/uu/kill/src/kill.rs diff --git a/src/link/Cargo.toml b/src/uu/link/Cargo.toml similarity index 100% rename from src/link/Cargo.toml rename to src/uu/link/Cargo.toml diff --git a/src/link/link.rs b/src/uu/link/src/link.rs similarity index 100% rename from src/link/link.rs rename to src/uu/link/src/link.rs diff --git a/src/ln/Cargo.toml b/src/uu/ln/Cargo.toml similarity index 100% rename from src/ln/Cargo.toml rename to src/uu/ln/Cargo.toml diff --git a/src/ln/ln.rs b/src/uu/ln/src/ln.rs similarity index 100% rename from src/ln/ln.rs rename to src/uu/ln/src/ln.rs diff --git a/src/logname/Cargo.toml b/src/uu/logname/Cargo.toml similarity index 100% rename from src/logname/Cargo.toml rename to src/uu/logname/Cargo.toml diff --git a/src/logname/logname.rs b/src/uu/logname/src/logname.rs similarity index 100% rename from src/logname/logname.rs rename to src/uu/logname/src/logname.rs diff --git a/src/ls/Cargo.toml b/src/uu/ls/Cargo.toml similarity index 100% rename from src/ls/Cargo.toml rename to src/uu/ls/Cargo.toml diff --git a/src/ls/ls.rs b/src/uu/ls/src/ls.rs similarity index 100% rename from src/ls/ls.rs rename to src/uu/ls/src/ls.rs diff --git a/src/mkdir/Cargo.toml b/src/uu/mkdir/Cargo.toml similarity index 100% rename from src/mkdir/Cargo.toml rename to src/uu/mkdir/Cargo.toml diff --git a/src/mkdir/mkdir.rs b/src/uu/mkdir/src/mkdir.rs similarity index 100% rename from src/mkdir/mkdir.rs rename to src/uu/mkdir/src/mkdir.rs diff --git a/src/mkfifo/Cargo.toml b/src/uu/mkfifo/Cargo.toml similarity index 100% rename from src/mkfifo/Cargo.toml rename to src/uu/mkfifo/Cargo.toml diff --git a/src/mkfifo/mkfifo.rs b/src/uu/mkfifo/src/mkfifo.rs similarity index 100% rename from src/mkfifo/mkfifo.rs rename to src/uu/mkfifo/src/mkfifo.rs diff --git a/src/mknod/Cargo.toml b/src/uu/mknod/Cargo.toml similarity index 100% rename from src/mknod/Cargo.toml rename to src/uu/mknod/Cargo.toml diff --git a/src/mknod/mknod.rs b/src/uu/mknod/src/mknod.rs similarity index 100% rename from src/mknod/mknod.rs rename to src/uu/mknod/src/mknod.rs diff --git a/src/mknod/parsemode.rs b/src/uu/mknod/src/parsemode.rs similarity index 100% rename from src/mknod/parsemode.rs rename to src/uu/mknod/src/parsemode.rs diff --git a/src/mktemp/Cargo.toml b/src/uu/mktemp/Cargo.toml similarity index 100% rename from src/mktemp/Cargo.toml rename to src/uu/mktemp/Cargo.toml diff --git a/src/mktemp/mktemp.rs b/src/uu/mktemp/src/mktemp.rs similarity index 100% rename from src/mktemp/mktemp.rs rename to src/uu/mktemp/src/mktemp.rs diff --git a/src/mktemp/tempdir.rs b/src/uu/mktemp/src/tempdir.rs similarity index 100% rename from src/mktemp/tempdir.rs rename to src/uu/mktemp/src/tempdir.rs diff --git a/src/more/Cargo.toml b/src/uu/more/Cargo.toml similarity index 100% rename from src/more/Cargo.toml rename to src/uu/more/Cargo.toml diff --git a/src/more/more.rs b/src/uu/more/src/more.rs similarity index 100% rename from src/more/more.rs rename to src/uu/more/src/more.rs diff --git a/src/mv/Cargo.toml b/src/uu/mv/Cargo.toml similarity index 100% rename from src/mv/Cargo.toml rename to src/uu/mv/Cargo.toml diff --git a/src/mv/mv.rs b/src/uu/mv/src/mv.rs similarity index 100% rename from src/mv/mv.rs rename to src/uu/mv/src/mv.rs diff --git a/src/nice/Cargo.toml b/src/uu/nice/Cargo.toml similarity index 100% rename from src/nice/Cargo.toml rename to src/uu/nice/Cargo.toml diff --git a/src/nice/nice.rs b/src/uu/nice/src/nice.rs similarity index 100% rename from src/nice/nice.rs rename to src/uu/nice/src/nice.rs diff --git a/src/nl/Cargo.toml b/src/uu/nl/Cargo.toml similarity index 100% rename from src/nl/Cargo.toml rename to src/uu/nl/Cargo.toml diff --git a/src/nl/helper.rs b/src/uu/nl/src/helper.rs similarity index 100% rename from src/nl/helper.rs rename to src/uu/nl/src/helper.rs diff --git a/src/nl/nl.rs b/src/uu/nl/src/nl.rs similarity index 100% rename from src/nl/nl.rs rename to src/uu/nl/src/nl.rs diff --git a/src/nohup/Cargo.toml b/src/uu/nohup/Cargo.toml similarity index 100% rename from src/nohup/Cargo.toml rename to src/uu/nohup/Cargo.toml diff --git a/src/nohup/nohup.rs b/src/uu/nohup/src/nohup.rs similarity index 100% rename from src/nohup/nohup.rs rename to src/uu/nohup/src/nohup.rs diff --git a/src/nproc/Cargo.toml b/src/uu/nproc/Cargo.toml similarity index 100% rename from src/nproc/Cargo.toml rename to src/uu/nproc/Cargo.toml diff --git a/src/nproc/nproc.rs b/src/uu/nproc/src/nproc.rs similarity index 100% rename from src/nproc/nproc.rs rename to src/uu/nproc/src/nproc.rs diff --git a/src/numfmt/Cargo.toml b/src/uu/numfmt/Cargo.toml similarity index 100% rename from src/numfmt/Cargo.toml rename to src/uu/numfmt/Cargo.toml diff --git a/src/numfmt/numfmt.rs b/src/uu/numfmt/src/numfmt.rs similarity index 100% rename from src/numfmt/numfmt.rs rename to src/uu/numfmt/src/numfmt.rs diff --git a/src/od/Cargo.toml b/src/uu/od/Cargo.toml similarity index 100% rename from src/od/Cargo.toml rename to src/uu/od/Cargo.toml diff --git a/src/od/byteorder_io.rs b/src/uu/od/src/byteorder_io.rs similarity index 100% rename from src/od/byteorder_io.rs rename to src/uu/od/src/byteorder_io.rs diff --git a/src/od/formatteriteminfo.rs b/src/uu/od/src/formatteriteminfo.rs similarity index 100% rename from src/od/formatteriteminfo.rs rename to src/uu/od/src/formatteriteminfo.rs diff --git a/src/od/inputdecoder.rs b/src/uu/od/src/inputdecoder.rs similarity index 100% rename from src/od/inputdecoder.rs rename to src/uu/od/src/inputdecoder.rs diff --git a/src/od/inputoffset.rs b/src/uu/od/src/inputoffset.rs similarity index 100% rename from src/od/inputoffset.rs rename to src/uu/od/src/inputoffset.rs diff --git a/src/od/mockstream.rs b/src/uu/od/src/mockstream.rs similarity index 100% rename from src/od/mockstream.rs rename to src/uu/od/src/mockstream.rs diff --git a/src/od/multifilereader.rs b/src/uu/od/src/multifilereader.rs similarity index 100% rename from src/od/multifilereader.rs rename to src/uu/od/src/multifilereader.rs diff --git a/src/od/od.rs b/src/uu/od/src/od.rs similarity index 100% rename from src/od/od.rs rename to src/uu/od/src/od.rs diff --git a/src/od/output_info.rs b/src/uu/od/src/output_info.rs similarity index 100% rename from src/od/output_info.rs rename to src/uu/od/src/output_info.rs diff --git a/src/od/parse_formats.rs b/src/uu/od/src/parse_formats.rs similarity index 100% rename from src/od/parse_formats.rs rename to src/uu/od/src/parse_formats.rs diff --git a/src/od/parse_inputs.rs b/src/uu/od/src/parse_inputs.rs similarity index 100% rename from src/od/parse_inputs.rs rename to src/uu/od/src/parse_inputs.rs diff --git a/src/od/parse_nrofbytes.rs b/src/uu/od/src/parse_nrofbytes.rs similarity index 100% rename from src/od/parse_nrofbytes.rs rename to src/uu/od/src/parse_nrofbytes.rs diff --git a/src/od/partialreader.rs b/src/uu/od/src/partialreader.rs similarity index 100% rename from src/od/partialreader.rs rename to src/uu/od/src/partialreader.rs diff --git a/src/od/peekreader.rs b/src/uu/od/src/peekreader.rs similarity index 100% rename from src/od/peekreader.rs rename to src/uu/od/src/peekreader.rs diff --git a/src/od/prn_char.rs b/src/uu/od/src/prn_char.rs similarity index 100% rename from src/od/prn_char.rs rename to src/uu/od/src/prn_char.rs diff --git a/src/od/prn_float.rs b/src/uu/od/src/prn_float.rs similarity index 100% rename from src/od/prn_float.rs rename to src/uu/od/src/prn_float.rs diff --git a/src/od/prn_int.rs b/src/uu/od/src/prn_int.rs similarity index 100% rename from src/od/prn_int.rs rename to src/uu/od/src/prn_int.rs diff --git a/src/paste/Cargo.toml b/src/uu/paste/Cargo.toml similarity index 100% rename from src/paste/Cargo.toml rename to src/uu/paste/Cargo.toml diff --git a/src/paste/paste.rs b/src/uu/paste/src/paste.rs similarity index 100% rename from src/paste/paste.rs rename to src/uu/paste/src/paste.rs diff --git a/src/pathchk/Cargo.toml b/src/uu/pathchk/Cargo.toml similarity index 100% rename from src/pathchk/Cargo.toml rename to src/uu/pathchk/Cargo.toml diff --git a/src/pathchk/pathchk.rs b/src/uu/pathchk/src/pathchk.rs similarity index 100% rename from src/pathchk/pathchk.rs rename to src/uu/pathchk/src/pathchk.rs diff --git a/src/pinky/Cargo.toml b/src/uu/pinky/Cargo.toml similarity index 100% rename from src/pinky/Cargo.toml rename to src/uu/pinky/Cargo.toml diff --git a/src/pinky/pinky.rs b/src/uu/pinky/src/pinky.rs similarity index 100% rename from src/pinky/pinky.rs rename to src/uu/pinky/src/pinky.rs diff --git a/src/printenv/Cargo.toml b/src/uu/printenv/Cargo.toml similarity index 100% rename from src/printenv/Cargo.toml rename to src/uu/printenv/Cargo.toml diff --git a/src/printenv/printenv.rs b/src/uu/printenv/src/printenv.rs similarity index 100% rename from src/printenv/printenv.rs rename to src/uu/printenv/src/printenv.rs diff --git a/src/printf/Cargo.toml b/src/uu/printf/Cargo.toml similarity index 100% rename from src/printf/Cargo.toml rename to src/uu/printf/Cargo.toml diff --git a/src/printf/cli.rs b/src/uu/printf/src/cli.rs similarity index 100% rename from src/printf/cli.rs rename to src/uu/printf/src/cli.rs diff --git a/src/printf/memo.rs b/src/uu/printf/src/memo.rs similarity index 100% rename from src/printf/memo.rs rename to src/uu/printf/src/memo.rs diff --git a/src/printf/mod.rs b/src/uu/printf/src/mod.rs similarity index 100% rename from src/printf/mod.rs rename to src/uu/printf/src/mod.rs diff --git a/src/printf/printf.rs b/src/uu/printf/src/printf.rs similarity index 100% rename from src/printf/printf.rs rename to src/uu/printf/src/printf.rs diff --git a/src/printf/tokenize/mod.rs b/src/uu/printf/src/tokenize/mod.rs similarity index 100% rename from src/printf/tokenize/mod.rs rename to src/uu/printf/src/tokenize/mod.rs diff --git a/src/printf/tokenize/num_format/format_field.rs b/src/uu/printf/src/tokenize/num_format/format_field.rs similarity index 100% rename from src/printf/tokenize/num_format/format_field.rs rename to src/uu/printf/src/tokenize/num_format/format_field.rs diff --git a/src/printf/tokenize/num_format/formatter.rs b/src/uu/printf/src/tokenize/num_format/formatter.rs similarity index 100% rename from src/printf/tokenize/num_format/formatter.rs rename to src/uu/printf/src/tokenize/num_format/formatter.rs diff --git a/src/printf/tokenize/num_format/formatters/base_conv/mod.rs b/src/uu/printf/src/tokenize/num_format/formatters/base_conv/mod.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/base_conv/mod.rs rename to src/uu/printf/src/tokenize/num_format/formatters/base_conv/mod.rs diff --git a/src/printf/tokenize/num_format/formatters/base_conv/tests.rs b/src/uu/printf/src/tokenize/num_format/formatters/base_conv/tests.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/base_conv/tests.rs rename to src/uu/printf/src/tokenize/num_format/formatters/base_conv/tests.rs diff --git a/src/printf/tokenize/num_format/formatters/cninetyninehexfloatf.rs b/src/uu/printf/src/tokenize/num_format/formatters/cninetyninehexfloatf.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/cninetyninehexfloatf.rs rename to src/uu/printf/src/tokenize/num_format/formatters/cninetyninehexfloatf.rs diff --git a/src/printf/tokenize/num_format/formatters/decf.rs b/src/uu/printf/src/tokenize/num_format/formatters/decf.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/decf.rs rename to src/uu/printf/src/tokenize/num_format/formatters/decf.rs diff --git a/src/printf/tokenize/num_format/formatters/float_common.rs b/src/uu/printf/src/tokenize/num_format/formatters/float_common.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/float_common.rs rename to src/uu/printf/src/tokenize/num_format/formatters/float_common.rs diff --git a/src/printf/tokenize/num_format/formatters/floatf.rs b/src/uu/printf/src/tokenize/num_format/formatters/floatf.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/floatf.rs rename to src/uu/printf/src/tokenize/num_format/formatters/floatf.rs diff --git a/src/printf/tokenize/num_format/formatters/intf.rs b/src/uu/printf/src/tokenize/num_format/formatters/intf.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/intf.rs rename to src/uu/printf/src/tokenize/num_format/formatters/intf.rs diff --git a/src/printf/tokenize/num_format/formatters/mod.rs b/src/uu/printf/src/tokenize/num_format/formatters/mod.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/mod.rs rename to src/uu/printf/src/tokenize/num_format/formatters/mod.rs diff --git a/src/printf/tokenize/num_format/formatters/scif.rs b/src/uu/printf/src/tokenize/num_format/formatters/scif.rs similarity index 100% rename from src/printf/tokenize/num_format/formatters/scif.rs rename to src/uu/printf/src/tokenize/num_format/formatters/scif.rs diff --git a/src/printf/tokenize/num_format/mod.rs b/src/uu/printf/src/tokenize/num_format/mod.rs similarity index 100% rename from src/printf/tokenize/num_format/mod.rs rename to src/uu/printf/src/tokenize/num_format/mod.rs diff --git a/src/printf/tokenize/num_format/num_format.rs b/src/uu/printf/src/tokenize/num_format/num_format.rs similarity index 100% rename from src/printf/tokenize/num_format/num_format.rs rename to src/uu/printf/src/tokenize/num_format/num_format.rs diff --git a/src/printf/tokenize/sub.rs b/src/uu/printf/src/tokenize/sub.rs similarity index 100% rename from src/printf/tokenize/sub.rs rename to src/uu/printf/src/tokenize/sub.rs diff --git a/src/printf/tokenize/token.rs b/src/uu/printf/src/tokenize/token.rs similarity index 100% rename from src/printf/tokenize/token.rs rename to src/uu/printf/src/tokenize/token.rs diff --git a/src/printf/tokenize/unescaped_text.rs b/src/uu/printf/src/tokenize/unescaped_text.rs similarity index 100% rename from src/printf/tokenize/unescaped_text.rs rename to src/uu/printf/src/tokenize/unescaped_text.rs diff --git a/src/ptx/Cargo.toml b/src/uu/ptx/Cargo.toml similarity index 100% rename from src/ptx/Cargo.toml rename to src/uu/ptx/Cargo.toml diff --git a/src/ptx/ptx.rs b/src/uu/ptx/src/ptx.rs similarity index 100% rename from src/ptx/ptx.rs rename to src/uu/ptx/src/ptx.rs diff --git a/src/pwd/Cargo.toml b/src/uu/pwd/Cargo.toml similarity index 100% rename from src/pwd/Cargo.toml rename to src/uu/pwd/Cargo.toml diff --git a/src/pwd/pwd.rs b/src/uu/pwd/src/pwd.rs similarity index 100% rename from src/pwd/pwd.rs rename to src/uu/pwd/src/pwd.rs diff --git a/src/readlink/Cargo.toml b/src/uu/readlink/Cargo.toml similarity index 100% rename from src/readlink/Cargo.toml rename to src/uu/readlink/Cargo.toml diff --git a/src/readlink/readlink.rs b/src/uu/readlink/src/readlink.rs similarity index 100% rename from src/readlink/readlink.rs rename to src/uu/readlink/src/readlink.rs diff --git a/src/realpath/Cargo.toml b/src/uu/realpath/Cargo.toml similarity index 100% rename from src/realpath/Cargo.toml rename to src/uu/realpath/Cargo.toml diff --git a/src/realpath/realpath.rs b/src/uu/realpath/src/realpath.rs similarity index 100% rename from src/realpath/realpath.rs rename to src/uu/realpath/src/realpath.rs diff --git a/src/relpath/Cargo.toml b/src/uu/relpath/Cargo.toml similarity index 100% rename from src/relpath/Cargo.toml rename to src/uu/relpath/Cargo.toml diff --git a/src/relpath/relpath.rs b/src/uu/relpath/src/relpath.rs similarity index 100% rename from src/relpath/relpath.rs rename to src/uu/relpath/src/relpath.rs diff --git a/src/rm/Cargo.toml b/src/uu/rm/Cargo.toml similarity index 100% rename from src/rm/Cargo.toml rename to src/uu/rm/Cargo.toml diff --git a/src/rm/rm.rs b/src/uu/rm/src/rm.rs similarity index 100% rename from src/rm/rm.rs rename to src/uu/rm/src/rm.rs diff --git a/src/rmdir/Cargo.toml b/src/uu/rmdir/Cargo.toml similarity index 100% rename from src/rmdir/Cargo.toml rename to src/uu/rmdir/Cargo.toml diff --git a/src/rmdir/rmdir.rs b/src/uu/rmdir/src/rmdir.rs similarity index 100% rename from src/rmdir/rmdir.rs rename to src/uu/rmdir/src/rmdir.rs diff --git a/src/seq/Cargo.toml b/src/uu/seq/Cargo.toml similarity index 100% rename from src/seq/Cargo.toml rename to src/uu/seq/Cargo.toml diff --git a/src/seq/seq.rs b/src/uu/seq/src/seq.rs similarity index 100% rename from src/seq/seq.rs rename to src/uu/seq/src/seq.rs diff --git a/src/shred/Cargo.toml b/src/uu/shred/Cargo.toml similarity index 100% rename from src/shred/Cargo.toml rename to src/uu/shred/Cargo.toml diff --git a/src/shred/shred.rs b/src/uu/shred/src/shred.rs similarity index 100% rename from src/shred/shred.rs rename to src/uu/shred/src/shred.rs diff --git a/src/shuf/Cargo.toml b/src/uu/shuf/Cargo.toml similarity index 100% rename from src/shuf/Cargo.toml rename to src/uu/shuf/Cargo.toml diff --git a/src/shuf/shuf.rs b/src/uu/shuf/src/shuf.rs similarity index 100% rename from src/shuf/shuf.rs rename to src/uu/shuf/src/shuf.rs diff --git a/src/sleep/Cargo.toml b/src/uu/sleep/Cargo.toml similarity index 100% rename from src/sleep/Cargo.toml rename to src/uu/sleep/Cargo.toml diff --git a/src/sleep/sleep.rs b/src/uu/sleep/src/sleep.rs similarity index 100% rename from src/sleep/sleep.rs rename to src/uu/sleep/src/sleep.rs diff --git a/src/sort/Cargo.toml b/src/uu/sort/Cargo.toml similarity index 100% rename from src/sort/Cargo.toml rename to src/uu/sort/Cargo.toml diff --git a/src/sort/sort.rs b/src/uu/sort/src/sort.rs similarity index 100% rename from src/sort/sort.rs rename to src/uu/sort/src/sort.rs diff --git a/src/split/Cargo.toml b/src/uu/split/Cargo.toml similarity index 100% rename from src/split/Cargo.toml rename to src/uu/split/Cargo.toml diff --git a/src/split/README.md b/src/uu/split/README.md similarity index 100% rename from src/split/README.md rename to src/uu/split/README.md diff --git a/src/split/split.rs b/src/uu/split/src/split.rs similarity index 100% rename from src/split/split.rs rename to src/uu/split/src/split.rs diff --git a/src/stat/Cargo.toml b/src/uu/stat/Cargo.toml similarity index 100% rename from src/stat/Cargo.toml rename to src/uu/stat/Cargo.toml diff --git a/src/stat/fsext.rs b/src/uu/stat/src/fsext.rs similarity index 100% rename from src/stat/fsext.rs rename to src/uu/stat/src/fsext.rs diff --git a/src/stat/stat.rs b/src/uu/stat/src/stat.rs similarity index 100% rename from src/stat/stat.rs rename to src/uu/stat/src/stat.rs diff --git a/src/stat/test_stat.rs b/src/uu/stat/src/test_stat.rs similarity index 100% rename from src/stat/test_stat.rs rename to src/uu/stat/src/test_stat.rs diff --git a/src/stdbuf/Cargo.toml b/src/uu/stdbuf/Cargo.toml similarity index 100% rename from src/stdbuf/Cargo.toml rename to src/uu/stdbuf/Cargo.toml diff --git a/src/stdbuf/build.rs b/src/uu/stdbuf/build.rs similarity index 100% rename from src/stdbuf/build.rs rename to src/uu/stdbuf/build.rs diff --git a/src/stdbuf/libstdbuf/Cargo.toml b/src/uu/stdbuf/src/libstdbuf/Cargo.toml similarity index 100% rename from src/stdbuf/libstdbuf/Cargo.toml rename to src/uu/stdbuf/src/libstdbuf/Cargo.toml diff --git a/src/stdbuf/libstdbuf/build.rs b/src/uu/stdbuf/src/libstdbuf/build.rs similarity index 100% rename from src/stdbuf/libstdbuf/build.rs rename to src/uu/stdbuf/src/libstdbuf/build.rs diff --git a/src/stdbuf/libstdbuf/libstdbuf.rs b/src/uu/stdbuf/src/libstdbuf/src/libstdbuf.rs similarity index 100% rename from src/stdbuf/libstdbuf/libstdbuf.rs rename to src/uu/stdbuf/src/libstdbuf/src/libstdbuf.rs diff --git a/src/stdbuf/stdbuf.rs b/src/uu/stdbuf/src/stdbuf.rs similarity index 100% rename from src/stdbuf/stdbuf.rs rename to src/uu/stdbuf/src/stdbuf.rs diff --git a/src/sum/Cargo.toml b/src/uu/sum/Cargo.toml similarity index 100% rename from src/sum/Cargo.toml rename to src/uu/sum/Cargo.toml diff --git a/src/sum/sum.rs b/src/uu/sum/src/sum.rs similarity index 100% rename from src/sum/sum.rs rename to src/uu/sum/src/sum.rs diff --git a/src/sync/Cargo.toml b/src/uu/sync/Cargo.toml similarity index 100% rename from src/sync/Cargo.toml rename to src/uu/sync/Cargo.toml diff --git a/src/sync/sync.rs b/src/uu/sync/src/sync.rs similarity index 100% rename from src/sync/sync.rs rename to src/uu/sync/src/sync.rs diff --git a/src/tac/Cargo.toml b/src/uu/tac/Cargo.toml similarity index 100% rename from src/tac/Cargo.toml rename to src/uu/tac/Cargo.toml diff --git a/src/tac/tac.rs b/src/uu/tac/src/tac.rs similarity index 100% rename from src/tac/tac.rs rename to src/uu/tac/src/tac.rs diff --git a/src/tail/Cargo.toml b/src/uu/tail/Cargo.toml similarity index 100% rename from src/tail/Cargo.toml rename to src/uu/tail/Cargo.toml diff --git a/src/tail/README.md b/src/uu/tail/README.md similarity index 100% rename from src/tail/README.md rename to src/uu/tail/README.md diff --git a/src/tail/platform/mod.rs b/src/uu/tail/src/platform/mod.rs similarity index 100% rename from src/tail/platform/mod.rs rename to src/uu/tail/src/platform/mod.rs diff --git a/src/tail/platform/redox.rs b/src/uu/tail/src/platform/redox.rs similarity index 100% rename from src/tail/platform/redox.rs rename to src/uu/tail/src/platform/redox.rs diff --git a/src/tail/platform/unix.rs b/src/uu/tail/src/platform/unix.rs similarity index 100% rename from src/tail/platform/unix.rs rename to src/uu/tail/src/platform/unix.rs diff --git a/src/tail/platform/windows.rs b/src/uu/tail/src/platform/windows.rs similarity index 100% rename from src/tail/platform/windows.rs rename to src/uu/tail/src/platform/windows.rs diff --git a/src/tail/tail.rs b/src/uu/tail/src/tail.rs old mode 100755 new mode 100644 similarity index 100% rename from src/tail/tail.rs rename to src/uu/tail/src/tail.rs diff --git a/src/tee/Cargo.toml b/src/uu/tee/Cargo.toml similarity index 100% rename from src/tee/Cargo.toml rename to src/uu/tee/Cargo.toml diff --git a/src/tee/tee.rs b/src/uu/tee/src/tee.rs similarity index 100% rename from src/tee/tee.rs rename to src/uu/tee/src/tee.rs diff --git a/src/test/Cargo.toml b/src/uu/test/Cargo.toml similarity index 100% rename from src/test/Cargo.toml rename to src/uu/test/Cargo.toml diff --git a/src/test/test.rs b/src/uu/test/src/test.rs similarity index 100% rename from src/test/test.rs rename to src/uu/test/src/test.rs diff --git a/src/timeout/Cargo.toml b/src/uu/timeout/Cargo.toml similarity index 100% rename from src/timeout/Cargo.toml rename to src/uu/timeout/Cargo.toml diff --git a/src/timeout/timeout.rs b/src/uu/timeout/src/timeout.rs similarity index 100% rename from src/timeout/timeout.rs rename to src/uu/timeout/src/timeout.rs diff --git a/src/touch/Cargo.toml b/src/uu/touch/Cargo.toml similarity index 100% rename from src/touch/Cargo.toml rename to src/uu/touch/Cargo.toml diff --git a/src/touch/touch.rs b/src/uu/touch/src/touch.rs similarity index 100% rename from src/touch/touch.rs rename to src/uu/touch/src/touch.rs diff --git a/src/tr/Cargo.toml b/src/uu/tr/Cargo.toml similarity index 100% rename from src/tr/Cargo.toml rename to src/uu/tr/Cargo.toml diff --git a/src/tr/expand.rs b/src/uu/tr/src/expand.rs similarity index 100% rename from src/tr/expand.rs rename to src/uu/tr/src/expand.rs diff --git a/src/tr/tr.rs b/src/uu/tr/src/tr.rs similarity index 100% rename from src/tr/tr.rs rename to src/uu/tr/src/tr.rs diff --git a/src/true/Cargo.toml b/src/uu/true/Cargo.toml similarity index 100% rename from src/true/Cargo.toml rename to src/uu/true/Cargo.toml diff --git a/src/true/true.rs b/src/uu/true/src/true.rs similarity index 100% rename from src/true/true.rs rename to src/uu/true/src/true.rs diff --git a/src/truncate/Cargo.toml b/src/uu/truncate/Cargo.toml similarity index 100% rename from src/truncate/Cargo.toml rename to src/uu/truncate/Cargo.toml diff --git a/src/truncate/truncate.rs b/src/uu/truncate/src/truncate.rs similarity index 100% rename from src/truncate/truncate.rs rename to src/uu/truncate/src/truncate.rs diff --git a/src/tsort/Cargo.toml b/src/uu/tsort/Cargo.toml similarity index 100% rename from src/tsort/Cargo.toml rename to src/uu/tsort/Cargo.toml diff --git a/src/tsort/tsort.rs b/src/uu/tsort/src/tsort.rs similarity index 100% rename from src/tsort/tsort.rs rename to src/uu/tsort/src/tsort.rs diff --git a/src/tty/Cargo.toml b/src/uu/tty/Cargo.toml similarity index 100% rename from src/tty/Cargo.toml rename to src/uu/tty/Cargo.toml diff --git a/src/tty/tty.rs b/src/uu/tty/src/tty.rs similarity index 100% rename from src/tty/tty.rs rename to src/uu/tty/src/tty.rs diff --git a/src/uname/Cargo.toml b/src/uu/uname/Cargo.toml similarity index 100% rename from src/uname/Cargo.toml rename to src/uu/uname/Cargo.toml diff --git a/src/uname/uname.rs b/src/uu/uname/src/uname.rs similarity index 100% rename from src/uname/uname.rs rename to src/uu/uname/src/uname.rs diff --git a/src/unexpand/Cargo.toml b/src/uu/unexpand/Cargo.toml similarity index 100% rename from src/unexpand/Cargo.toml rename to src/uu/unexpand/Cargo.toml diff --git a/src/unexpand/unexpand.rs b/src/uu/unexpand/src/unexpand.rs similarity index 100% rename from src/unexpand/unexpand.rs rename to src/uu/unexpand/src/unexpand.rs diff --git a/src/uniq/Cargo.toml b/src/uu/uniq/Cargo.toml similarity index 100% rename from src/uniq/Cargo.toml rename to src/uu/uniq/Cargo.toml diff --git a/src/uniq/uniq.rs b/src/uu/uniq/src/uniq.rs similarity index 100% rename from src/uniq/uniq.rs rename to src/uu/uniq/src/uniq.rs diff --git a/src/unlink/Cargo.toml b/src/uu/unlink/Cargo.toml similarity index 100% rename from src/unlink/Cargo.toml rename to src/uu/unlink/Cargo.toml diff --git a/src/unlink/unlink.rs b/src/uu/unlink/src/unlink.rs similarity index 100% rename from src/unlink/unlink.rs rename to src/uu/unlink/src/unlink.rs diff --git a/src/uptime/Cargo.toml b/src/uu/uptime/Cargo.toml similarity index 100% rename from src/uptime/Cargo.toml rename to src/uu/uptime/Cargo.toml diff --git a/src/uptime/uptime.rs b/src/uu/uptime/src/uptime.rs similarity index 100% rename from src/uptime/uptime.rs rename to src/uu/uptime/src/uptime.rs diff --git a/src/users/Cargo.toml b/src/uu/users/Cargo.toml similarity index 100% rename from src/users/Cargo.toml rename to src/uu/users/Cargo.toml diff --git a/src/users/users.rs b/src/uu/users/src/users.rs similarity index 100% rename from src/users/users.rs rename to src/uu/users/src/users.rs diff --git a/src/wc/Cargo.toml b/src/uu/wc/Cargo.toml similarity index 100% rename from src/wc/Cargo.toml rename to src/uu/wc/Cargo.toml diff --git a/src/wc/wc.rs b/src/uu/wc/src/wc.rs similarity index 100% rename from src/wc/wc.rs rename to src/uu/wc/src/wc.rs diff --git a/src/who/Cargo.toml b/src/uu/who/Cargo.toml similarity index 100% rename from src/who/Cargo.toml rename to src/uu/who/Cargo.toml diff --git a/src/who/who.rs b/src/uu/who/src/who.rs similarity index 100% rename from src/who/who.rs rename to src/uu/who/src/who.rs diff --git a/src/whoami/Cargo.toml b/src/uu/whoami/Cargo.toml similarity index 100% rename from src/whoami/Cargo.toml rename to src/uu/whoami/Cargo.toml diff --git a/src/whoami/platform/mod.rs b/src/uu/whoami/src/platform/mod.rs similarity index 100% rename from src/whoami/platform/mod.rs rename to src/uu/whoami/src/platform/mod.rs diff --git a/src/whoami/platform/unix.rs b/src/uu/whoami/src/platform/unix.rs similarity index 100% rename from src/whoami/platform/unix.rs rename to src/uu/whoami/src/platform/unix.rs diff --git a/src/whoami/platform/windows.rs b/src/uu/whoami/src/platform/windows.rs similarity index 100% rename from src/whoami/platform/windows.rs rename to src/uu/whoami/src/platform/windows.rs diff --git a/src/whoami/whoami.rs b/src/uu/whoami/src/whoami.rs similarity index 100% rename from src/whoami/whoami.rs rename to src/uu/whoami/src/whoami.rs diff --git a/src/yes/Cargo.toml b/src/uu/yes/Cargo.toml similarity index 100% rename from src/yes/Cargo.toml rename to src/uu/yes/Cargo.toml diff --git a/src/yes/yes.rs b/src/uu/yes/src/yes.rs similarity index 100% rename from src/yes/yes.rs rename to src/uu/yes/src/yes.rs From 6a284b1c91f6ac0cc07af33627e42cdaccb669fe Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 14 Apr 2020 11:57:29 -0500 Subject: [PATCH 2/5] change ~ fixup paths (within Cargo.toml) --- Cargo.toml | 188 ++++++++++++++++++++++++++--------------------------- 1 file changed, 94 insertions(+), 94 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 82ed97920..1ed983353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,99 +194,99 @@ feat_common_core = [ [dependencies] uucore = "0.0.2" -arch = { optional=true, path="src/arch" } -base32 = { optional=true, path="src/base32" } -base64 = { optional=true, path="src/base64" } -basename = { optional=true, path="src/basename" } -cat = { optional=true, path="src/cat" } -chgrp = { optional=true, path="src/chgrp" } -chmod = { optional=true, path="src/chmod" } -chown = { optional=true, path="src/chown" } -chroot = { optional=true, path="src/chroot" } -cksum = { optional=true, path="src/cksum" } -comm = { optional=true, path="src/comm" } -cp = { optional=true, path="src/cp" } -cut = { optional=true, path="src/cut" } -date = { optional=true, path="src/date" } -dircolors= { optional=true, path="src/dircolors" } -dirname = { optional=true, path="src/dirname" } -du = { optional=true, path="src/du" } -echo = { optional=true, path="src/echo" } -env = { optional=true, path="src/env" } -expand = { optional=true, path="src/expand" } -expr = { optional=true, path="src/expr" } -factor = { optional=true, path="src/factor" } -false = { optional=true, path="src/false" } -fmt = { optional=true, path="src/fmt" } -fold = { optional=true, path="src/fold" } -groups = { optional=true, path="src/groups" } -hashsum = { optional=true, path="src/hashsum" } -head = { optional=true, path="src/head" } -hostid = { optional=true, path="src/hostid" } -hostname = { optional=true, path="src/hostname" } -id = { optional=true, path="src/id" } -install = { optional=true, path="src/install" } -join = { optional=true, path="src/join" } -kill = { optional=true, path="src/kill" } -link = { optional=true, path="src/link" } -ln = { optional=true, path="src/ln" } -ls = { optional=true, path="src/ls" } -logname = { optional=true, path="src/logname" } -mkdir = { optional=true, path="src/mkdir" } -mkfifo = { optional=true, path="src/mkfifo" } -mknod = { optional=true, path="src/mknod" } -mktemp = { optional=true, path="src/mktemp" } -more = { optional=true, path="src/more" } -mv = { optional=true, path="src/mv" } -nice = { optional=true, path="src/nice" } -nl = { optional=true, path="src/nl" } -nohup = { optional=true, path="src/nohup" } -nproc = { optional=true, path="src/nproc" } -numfmt = { optional=true, path="src/numfmt" } -od = { optional=true, path="src/od" } -paste = { optional=true, path="src/paste" } -pathchk = { optional=true, path="src/pathchk" } -pinky = { optional=true, path="src/pinky" } -printenv = { optional=true, path="src/printenv" } -printf = { optional=true, path="src/printf" } -ptx = { optional=true, path="src/ptx" } -pwd = { optional=true, path="src/pwd" } -readlink = { optional=true, path="src/readlink" } -realpath = { optional=true, path="src/realpath" } -relpath = { optional=true, path="src/relpath" } -rm = { optional=true, path="src/rm" } -rmdir = { optional=true, path="src/rmdir" } -seq = { optional=true, path="src/seq" } -shred = { optional=true, path="src/shred" } -shuf = { optional=true, path="src/shuf" } -sleep = { optional=true, path="src/sleep" } -sort = { optional=true, path="src/sort" } -split = { optional=true, path="src/split" } -stat = { optional=true, path="src/stat" } -stdbuf = { optional=true, path="src/stdbuf" } -sum = { optional=true, path="src/sum" } -sync = { optional=true, path="src/sync" } -tac = { optional=true, path="src/tac" } -tail = { optional=true, path="src/tail" } -tee = { optional=true, path="src/tee" } -test = { optional=true, path="src/test" } -timeout = { optional=true, path="src/timeout" } -touch = { optional=true, path="src/touch" } -tr = { optional=true, path="src/tr" } -true = { optional=true, path="src/true" } -truncate = { optional=true, path="src/truncate" } -tsort = { optional=true, path="src/tsort" } -tty = { optional=true, path="src/tty" } -uname = { optional=true, path="src/uname" } -unexpand = { optional=true, path="src/unexpand" } -uniq = { optional=true, path="src/uniq" } -unlink = { optional=true, path="src/unlink" } -uptime = { optional=true, path="src/uptime" } -users = { optional=true, path="src/users" } -wc = { optional=true, path="src/wc" } -who = { optional=true, path="src/who" } -whoami = { optional=true, path="src/whoami" } -yes = { optional=true, path="src/yes" } +arch = { optional=true, path="src/uu/arch" } +base32 = { optional=true, path="src/uu/base32" } +base64 = { optional=true, path="src/uu/base64" } +basename = { optional=true, path="src/uu/basename" } +cat = { optional=true, path="src/uu/cat" } +chgrp = { optional=true, path="src/uu/chgrp" } +chmod = { optional=true, path="src/uu/chmod" } +chown = { optional=true, path="src/uu/chown" } +chroot = { optional=true, path="src/uu/chroot" } +cksum = { optional=true, path="src/uu/cksum" } +comm = { optional=true, path="src/uu/comm" } +cp = { optional=true, path="src/uu/cp" } +cut = { optional=true, path="src/uu/cut" } +date = { optional=true, path="src/uu/date" } +dircolors= { optional=true, path="src/uu/dircolors" } +dirname = { optional=true, path="src/uu/dirname" } +du = { optional=true, path="src/uu/du" } +echo = { optional=true, path="src/uu/echo" } +env = { optional=true, path="src/uu/env" } +expand = { optional=true, path="src/uu/expand" } +expr = { optional=true, path="src/uu/expr" } +factor = { optional=true, path="src/uu/factor" } +false = { optional=true, path="src/uu/false" } +fmt = { optional=true, path="src/uu/fmt" } +fold = { optional=true, path="src/uu/fold" } +groups = { optional=true, path="src/uu/groups" } +hashsum = { optional=true, path="src/uu/hashsum" } +head = { optional=true, path="src/uu/head" } +hostid = { optional=true, path="src/uu/hostid" } +hostname = { optional=true, path="src/uu/hostname" } +id = { optional=true, path="src/uu/id" } +install = { optional=true, path="src/uu/install" } +join = { optional=true, path="src/uu/join" } +kill = { optional=true, path="src/uu/kill" } +link = { optional=true, path="src/uu/link" } +ln = { optional=true, path="src/uu/ln" } +ls = { optional=true, path="src/uu/ls" } +logname = { optional=true, path="src/uu/logname" } +mkdir = { optional=true, path="src/uu/mkdir" } +mkfifo = { optional=true, path="src/uu/mkfifo" } +mknod = { optional=true, path="src/uu/mknod" } +mktemp = { optional=true, path="src/uu/mktemp" } +more = { optional=true, path="src/uu/more" } +mv = { optional=true, path="src/uu/mv" } +nice = { optional=true, path="src/uu/nice" } +nl = { optional=true, path="src/uu/nl" } +nohup = { optional=true, path="src/uu/nohup" } +nproc = { optional=true, path="src/uu/nproc" } +numfmt = { optional=true, path="src/uu/numfmt" } +od = { optional=true, path="src/uu/od" } +paste = { optional=true, path="src/uu/paste" } +pathchk = { optional=true, path="src/uu/pathchk" } +pinky = { optional=true, path="src/uu/pinky" } +printenv = { optional=true, path="src/uu/printenv" } +printf = { optional=true, path="src/uu/printf" } +ptx = { optional=true, path="src/uu/ptx" } +pwd = { optional=true, path="src/uu/pwd" } +readlink = { optional=true, path="src/uu/readlink" } +realpath = { optional=true, path="src/uu/realpath" } +relpath = { optional=true, path="src/uu/relpath" } +rm = { optional=true, path="src/uu/rm" } +rmdir = { optional=true, path="src/uu/rmdir" } +seq = { optional=true, path="src/uu/seq" } +shred = { optional=true, path="src/uu/shred" } +shuf = { optional=true, path="src/uu/shuf" } +sleep = { optional=true, path="src/uu/sleep" } +sort = { optional=true, path="src/uu/sort" } +split = { optional=true, path="src/uu/split" } +stat = { optional=true, path="src/uu/stat" } +stdbuf = { optional=true, path="src/uu/stdbuf" } +sum = { optional=true, path="src/uu/sum" } +sync = { optional=true, path="src/uu/sync" } +tac = { optional=true, path="src/uu/tac" } +tail = { optional=true, path="src/uu/tail" } +tee = { optional=true, path="src/uu/tee" } +test = { optional=true, path="src/uu/test" } +timeout = { optional=true, path="src/uu/timeout" } +touch = { optional=true, path="src/uu/touch" } +tr = { optional=true, path="src/uu/tr" } +true = { optional=true, path="src/uu/true" } +truncate = { optional=true, path="src/uu/truncate" } +tsort = { optional=true, path="src/uu/tsort" } +tty = { optional=true, path="src/uu/tty" } +uname = { optional=true, path="src/uu/uname" } +unexpand = { optional=true, path="src/uu/unexpand" } +uniq = { optional=true, path="src/uu/uniq" } +unlink = { optional=true, path="src/uu/unlink" } +uptime = { optional=true, path="src/uu/uptime" } +users = { optional=true, path="src/uu/users" } +wc = { optional=true, path="src/uu/wc" } +who = { optional=true, path="src/uu/who" } +whoami = { optional=true, path="src/uu/whoami" } +yes = { optional=true, path="src/uu/yes" } # # * transitive dependency via 'failure'; pin to <= v0.3.30 to avoid increasing MinSRV to v1.33.0 backtrace = ">= 0.3.3, <= 0.3.30" @@ -308,7 +308,7 @@ unix_socket = "0.5.0" [[bin]] name = "uutils" -path = "src/uutils/uutils.rs" +path = "src/bin/uutils.rs" [[test]] name = "tests" From 78c362c8b501a4842f90d0215a4b2c4fce72e4cb Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 14 Apr 2020 11:59:25 -0500 Subject: [PATCH 3/5] change ~ fixup paths (within workspace packages) --- src/uu/arch/Cargo.toml | 2 +- src/uu/base32/Cargo.toml | 2 +- src/uu/base32/src/base32.rs | 2 +- src/uu/base64/Cargo.toml | 2 +- src/uu/basename/Cargo.toml | 2 +- src/uu/cat/Cargo.toml | 2 +- src/uu/chgrp/Cargo.toml | 2 +- src/uu/chmod/Cargo.toml | 2 +- src/uu/chown/Cargo.toml | 2 +- src/uu/chroot/Cargo.toml | 2 +- src/uu/cksum/Cargo.toml | 2 +- src/uu/comm/Cargo.toml | 2 +- src/uu/cp/Cargo.toml | 2 +- src/uu/cut/Cargo.toml | 2 +- src/uu/date/Cargo.toml | 2 +- src/uu/dircolors/Cargo.toml | 2 +- src/uu/dirname/Cargo.toml | 2 +- src/uu/du/Cargo.toml | 2 +- src/uu/echo/Cargo.toml | 2 +- src/uu/env/Cargo.toml | 2 +- src/uu/expand/Cargo.toml | 2 +- src/uu/expr/Cargo.toml | 2 +- src/uu/factor/Cargo.toml | 2 +- src/uu/factor/build.rs | 1 + src/uu/false/Cargo.toml | 2 +- src/uu/fmt/Cargo.toml | 2 +- src/uu/fold/Cargo.toml | 2 +- src/uu/groups/Cargo.toml | 2 +- src/uu/hashsum/Cargo.toml | 2 +- src/uu/head/Cargo.toml | 2 +- src/uu/hostid/Cargo.toml | 2 +- src/uu/hostname/Cargo.toml | 2 +- src/uu/id/Cargo.toml | 2 +- src/uu/install/Cargo.toml | 2 +- src/uu/join/Cargo.toml | 2 +- src/uu/kill/Cargo.toml | 2 +- src/uu/link/Cargo.toml | 2 +- src/uu/ln/Cargo.toml | 2 +- src/uu/logname/Cargo.toml | 2 +- src/uu/ls/Cargo.toml | 2 +- src/uu/mkdir/Cargo.toml | 2 +- src/uu/mkfifo/Cargo.toml | 2 +- src/uu/mknod/Cargo.toml | 2 +- src/uu/mktemp/Cargo.toml | 2 +- src/uu/more/Cargo.toml | 2 +- src/uu/mv/Cargo.toml | 2 +- src/uu/nice/Cargo.toml | 2 +- src/uu/nl/Cargo.toml | 2 +- src/uu/nohup/Cargo.toml | 2 +- src/uu/nproc/Cargo.toml | 2 +- src/uu/numfmt/Cargo.toml | 2 +- src/uu/od/Cargo.toml | 2 +- src/uu/paste/Cargo.toml | 2 +- src/uu/pathchk/Cargo.toml | 2 +- src/uu/pinky/Cargo.toml | 2 +- src/uu/printenv/Cargo.toml | 2 +- src/uu/printf/Cargo.toml | 2 +- src/uu/ptx/Cargo.toml | 2 +- src/uu/pwd/Cargo.toml | 2 +- src/uu/readlink/Cargo.toml | 2 +- src/uu/realpath/Cargo.toml | 2 +- src/uu/relpath/Cargo.toml | 2 +- src/uu/rm/Cargo.toml | 2 +- src/uu/rmdir/Cargo.toml | 2 +- src/uu/seq/Cargo.toml | 2 +- src/uu/shred/Cargo.toml | 2 +- src/uu/shuf/Cargo.toml | 2 +- src/uu/sleep/Cargo.toml | 2 +- src/uu/sort/Cargo.toml | 2 +- src/uu/split/Cargo.toml | 2 +- src/uu/stat/Cargo.toml | 2 +- src/uu/stdbuf/Cargo.toml | 4 ++-- src/uu/stdbuf/build.rs | 2 +- src/uu/stdbuf/src/libstdbuf/Cargo.toml | 2 +- src/uu/stdbuf/src/libstdbuf/build.rs | 2 +- src/uu/sum/Cargo.toml | 2 +- src/uu/sync/Cargo.toml | 2 +- src/uu/tac/Cargo.toml | 2 +- src/uu/tail/Cargo.toml | 2 +- src/uu/tee/Cargo.toml | 2 +- src/uu/test/Cargo.toml | 2 +- src/uu/timeout/Cargo.toml | 2 +- src/uu/touch/Cargo.toml | 2 +- src/uu/tr/Cargo.toml | 2 +- src/uu/true/Cargo.toml | 2 +- src/uu/truncate/Cargo.toml | 2 +- src/uu/tsort/Cargo.toml | 2 +- src/uu/tty/Cargo.toml | 2 +- src/uu/uname/Cargo.toml | 2 +- src/uu/unexpand/Cargo.toml | 2 +- src/uu/uniq/Cargo.toml | 2 +- src/uu/unlink/Cargo.toml | 2 +- src/uu/uptime/Cargo.toml | 2 +- src/uu/users/Cargo.toml | 2 +- src/uu/wc/Cargo.toml | 2 +- src/uu/who/Cargo.toml | 2 +- src/uu/whoami/Cargo.toml | 2 +- src/uu/whoami/src/whoami.rs | 2 +- src/uu/yes/Cargo.toml | 2 +- src/uu/yes/src/yes.rs | 2 +- 100 files changed, 101 insertions(+), 100 deletions(-) diff --git a/src/uu/arch/Cargo.toml b/src/uu/arch/Cargo.toml index 5c316495f..ae3fe65c9 100644 --- a/src/uu/arch/Cargo.toml +++ b/src/uu/arch/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_arch" -path = "arch.rs" +path = "src/arch.rs" [dependencies] platform-info = "0.0.1" diff --git a/src/uu/base32/Cargo.toml b/src/uu/base32/Cargo.toml index eaddeaa6b..69788c9ea 100644 --- a/src/uu/base32/Cargo.toml +++ b/src/uu/base32/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_base32" -path = "base32.rs" +path = "src/base32.rs" [dependencies] uucore = { version = "0.0.2", features = ["encoding"] } diff --git a/src/uu/base32/src/base32.rs b/src/uu/base32/src/base32.rs index feb7bc384..83d2b7e46 100644 --- a/src/uu/base32/src/base32.rs +++ b/src/uu/base32/src/base32.rs @@ -12,7 +12,7 @@ extern crate uucore; use uucore::encoding::Format; -#[path = "../base64/base_common.rs"] +#[path = "../../base64/src/base_common.rs"] mod base_common; static SYNTAX: &str = "[OPTION]... [FILE]"; diff --git a/src/uu/base64/Cargo.toml b/src/uu/base64/Cargo.toml index bb8b17e78..b4f5c6a19 100644 --- a/src/uu/base64/Cargo.toml +++ b/src/uu/base64/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_base64" -path = "base64.rs" +path = "src/base64.rs" [dependencies] uucore = { version = "0.0.2", features = ["encoding"] } diff --git a/src/uu/basename/Cargo.toml b/src/uu/basename/Cargo.toml index 9edb409f1..b1ebf3059 100644 --- a/src/uu/basename/Cargo.toml +++ b/src/uu/basename/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_basename" -path = "basename.rs" +path = "src/basename.rs" [dependencies] uucore = "0.0.2" diff --git a/src/uu/cat/Cargo.toml b/src/uu/cat/Cargo.toml index 0e561b7fb..f09b1e6a2 100644 --- a/src/uu/cat/Cargo.toml +++ b/src/uu/cat/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_cat" -path = "cat.rs" +path = "src/cat.rs" [dependencies] quick-error = "1.2.3" diff --git a/src/uu/chgrp/Cargo.toml b/src/uu/chgrp/Cargo.toml index 301f081df..d2a8be048 100644 --- a/src/uu/chgrp/Cargo.toml +++ b/src/uu/chgrp/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_chgrp" -path = "chgrp.rs" +path = "src/chgrp.rs" [dependencies] uucore = { version = "0.0.2", features = ["entries", "fs"] } diff --git a/src/uu/chmod/Cargo.toml b/src/uu/chmod/Cargo.toml index 596adee41..fc7002fe4 100644 --- a/src/uu/chmod/Cargo.toml +++ b/src/uu/chmod/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_chmod" -path = "chmod.rs" +path = "src/chmod.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/chown/Cargo.toml b/src/uu/chown/Cargo.toml index 9b56872f5..d2225ef6f 100644 --- a/src/uu/chown/Cargo.toml +++ b/src/uu/chown/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_chown" -path = "chown.rs" +path = "src/chown.rs" [dependencies] glob = "0.3.0" diff --git a/src/uu/chroot/Cargo.toml b/src/uu/chroot/Cargo.toml index b450fe570..7324713cf 100644 --- a/src/uu/chroot/Cargo.toml +++ b/src/uu/chroot/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_chroot" -path = "chroot.rs" +path = "src/chroot.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/cksum/Cargo.toml b/src/uu/cksum/Cargo.toml index 4052b436e..b86b7ae03 100644 --- a/src/uu/cksum/Cargo.toml +++ b/src/uu/cksum/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [lib] name = "uu_cksum" -path = "cksum.rs" +path = "src/cksum.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/comm/Cargo.toml b/src/uu/comm/Cargo.toml index 533c96ebe..617aa2f77 100644 --- a/src/uu/comm/Cargo.toml +++ b/src/uu/comm/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_comm" -path = "comm.rs" +path = "src/comm.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index 6474bb06a..703cc77e8 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -10,7 +10,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_cp" -path = "cp.rs" +path = "src/cp.rs" [dependencies] clap = "2.32.0" diff --git a/src/uu/cut/Cargo.toml b/src/uu/cut/Cargo.toml index c22d4fd43..17172149c 100644 --- a/src/uu/cut/Cargo.toml +++ b/src/uu/cut/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_cut" -path = "cut.rs" +path = "src/cut.rs" [dependencies] uucore = "0.0.2" diff --git a/src/uu/date/Cargo.toml b/src/uu/date/Cargo.toml index 5b5fe8104..6b3e141c2 100644 --- a/src/uu/date/Cargo.toml +++ b/src/uu/date/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_date" -path = "date.rs" +path = "src/date.rs" [dependencies] chrono = "0.4.4" diff --git a/src/uu/dircolors/Cargo.toml b/src/uu/dircolors/Cargo.toml index 58d618f79..7b1a5832e 100644 --- a/src/uu/dircolors/Cargo.toml +++ b/src/uu/dircolors/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_dircolors" -path = "dircolors.rs" +path = "src/dircolors.rs" [dependencies] glob = "0.3.0" diff --git a/src/uu/dirname/Cargo.toml b/src/uu/dirname/Cargo.toml index 853a4d91a..3356b2a17 100644 --- a/src/uu/dirname/Cargo.toml +++ b/src/uu/dirname/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_dirname" -path = "dirname.rs" +path = "src/dirname.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/du/Cargo.toml b/src/uu/du/Cargo.toml index 51d8a6467..62b2f8c06 100644 --- a/src/uu/du/Cargo.toml +++ b/src/uu/du/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_du" -path = "du.rs" +path = "src/du.rs" [dependencies] time = "0.1.40" diff --git a/src/uu/echo/Cargo.toml b/src/uu/echo/Cargo.toml index 2144f8ba5..256009ed9 100644 --- a/src/uu/echo/Cargo.toml +++ b/src/uu/echo/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_echo" -path = "echo.rs" +path = "src/echo.rs" [dependencies] uucore = "0.0.2" diff --git a/src/uu/env/Cargo.toml b/src/uu/env/Cargo.toml index e0e5d336f..02d9775ac 100644 --- a/src/uu/env/Cargo.toml +++ b/src/uu/env/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" [lib] name = "uu_env" -path = "env.rs" +path = "src/env.rs" [dependencies] clap = "2.33" diff --git a/src/uu/expand/Cargo.toml b/src/uu/expand/Cargo.toml index c93868399..1be87ac27 100644 --- a/src/uu/expand/Cargo.toml +++ b/src/uu/expand/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_expand" -path = "expand.rs" +path = "src/expand.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/expr/Cargo.toml b/src/uu/expr/Cargo.toml index 00609aade..fd5e90abd 100644 --- a/src/uu/expr/Cargo.toml +++ b/src/uu/expr/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_expr" -path = "expr.rs" +path = "src/expr.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/factor/Cargo.toml b/src/uu/factor/Cargo.toml index 59dfbc5db..06a3412e9 100644 --- a/src/uu/factor/Cargo.toml +++ b/src/uu/factor/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [lib] name = "uu_factor" -path = "factor.rs" +path = "src/factor.rs" [dependencies] rand = "0.5" diff --git a/src/uu/factor/build.rs b/src/uu/factor/build.rs index 42845ecb7..7539eb520 100644 --- a/src/uu/factor/build.rs +++ b/src/uu/factor/build.rs @@ -29,6 +29,7 @@ use std::u64::MAX as MAX_U64; use numeric::is_prime; #[cfg(test)] +#[path = "src/numeric.rs"] mod numeric; mod sieve; diff --git a/src/uu/false/Cargo.toml b/src/uu/false/Cargo.toml index 78894a291..6a9aea11c 100644 --- a/src/uu/false/Cargo.toml +++ b/src/uu/false/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_false" -path = "false.rs" +path = "src/false.rs" [dependencies] uucore = "0.0.2" diff --git a/src/uu/fmt/Cargo.toml b/src/uu/fmt/Cargo.toml index e17bcb70f..876f9bf6c 100644 --- a/src/uu/fmt/Cargo.toml +++ b/src/uu/fmt/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_fmt" -path = "fmt.rs" +path = "src/fmt.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/fold/Cargo.toml b/src/uu/fold/Cargo.toml index a79465d4b..121c89a72 100644 --- a/src/uu/fold/Cargo.toml +++ b/src/uu/fold/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_fold" -path = "fold.rs" +path = "src/fold.rs" [dependencies] uucore = "0.0.2" diff --git a/src/uu/groups/Cargo.toml b/src/uu/groups/Cargo.toml index 39821c101..f6201694c 100644 --- a/src/uu/groups/Cargo.toml +++ b/src/uu/groups/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_groups" -path = "groups.rs" +path = "src/groups.rs" [dependencies] uucore = { version = "0.0.2", features = ["entries"] } diff --git a/src/uu/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml index 74634d5b2..8662cb002 100644 --- a/src/uu/hashsum/Cargo.toml +++ b/src/uu/hashsum/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_hashsum" -path = "hashsum.rs" +path = "src/hashsum.rs" [dependencies] digest = "0.6.2" diff --git a/src/uu/head/Cargo.toml b/src/uu/head/Cargo.toml index 9e5dafb30..759b1010a 100644 --- a/src/uu/head/Cargo.toml +++ b/src/uu/head/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_head" -path = "head.rs" +path = "src/head.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/hostid/Cargo.toml b/src/uu/hostid/Cargo.toml index 17a6ae3c0..4f30c8bf6 100644 --- a/src/uu/hostid/Cargo.toml +++ b/src/uu/hostid/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_hostid" -path = "hostid.rs" +path = "src/hostid.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/hostname/Cargo.toml b/src/uu/hostname/Cargo.toml index e8640eb99..3de929d8a 100644 --- a/src/uu/hostname/Cargo.toml +++ b/src/uu/hostname/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_hostname" -path = "hostname.rs" +path = "src/hostname.rs" [dependencies] getopts = "0.2" diff --git a/src/uu/id/Cargo.toml b/src/uu/id/Cargo.toml index ada18752f..5d2f97d9b 100644 --- a/src/uu/id/Cargo.toml +++ b/src/uu/id/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_id" -path = "id.rs" +path = "src/id.rs" [dependencies] uucore = { version = "0.0.2", features = ["entries", "process"] } diff --git a/src/uu/install/Cargo.toml b/src/uu/install/Cargo.toml index fb93ae8b9..e52903315 100644 --- a/src/uu/install/Cargo.toml +++ b/src/uu/install/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_install" -path = "install.rs" +path = "src/install.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/join/Cargo.toml b/src/uu/join/Cargo.toml index 567d63a79..9ee6f13ff 100644 --- a/src/uu/join/Cargo.toml +++ b/src/uu/join/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_join" -path = "join.rs" +path = "src/join.rs" [dependencies] clap = "2.32.0" diff --git a/src/uu/kill/Cargo.toml b/src/uu/kill/Cargo.toml index c9dc99cac..add5004f3 100644 --- a/src/uu/kill/Cargo.toml +++ b/src/uu/kill/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_kill" -path = "kill.rs" +path = "src/kill.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/link/Cargo.toml b/src/uu/link/Cargo.toml index 7da8cc271..f26c4897f 100644 --- a/src/uu/link/Cargo.toml +++ b/src/uu/link/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_link" -path = "link.rs" +path = "src/link.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/ln/Cargo.toml b/src/uu/ln/Cargo.toml index 49f164afa..20024c2b0 100644 --- a/src/uu/ln/Cargo.toml +++ b/src/uu/ln/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_ln" -path = "ln.rs" +path = "src/ln.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/logname/Cargo.toml b/src/uu/logname/Cargo.toml index f8a72f5f5..102fd66d0 100644 --- a/src/uu/logname/Cargo.toml +++ b/src/uu/logname/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_logname" -path = "logname.rs" +path = "src/logname.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/ls/Cargo.toml b/src/uu/ls/Cargo.toml index 3fd352044..ef8454a11 100644 --- a/src/uu/ls/Cargo.toml +++ b/src/uu/ls/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_ls" -path = "ls.rs" +path = "src/ls.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/mkdir/Cargo.toml b/src/uu/mkdir/Cargo.toml index a9e6726d4..1dddf8b87 100644 --- a/src/uu/mkdir/Cargo.toml +++ b/src/uu/mkdir/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_mkdir" -path = "mkdir.rs" +path = "src/mkdir.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/mkfifo/Cargo.toml b/src/uu/mkfifo/Cargo.toml index 9fe02b2f8..0c16ac800 100644 --- a/src/uu/mkfifo/Cargo.toml +++ b/src/uu/mkfifo/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_mkfifo" -path = "mkfifo.rs" +path = "src/mkfifo.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/mknod/Cargo.toml b/src/uu/mknod/Cargo.toml index f1baa1446..ea6c995d5 100644 --- a/src/uu/mknod/Cargo.toml +++ b/src/uu/mknod/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_mknod" -path = "mknod.rs" +path = "src/mknod.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/mktemp/Cargo.toml b/src/uu/mktemp/Cargo.toml index 9ab5406c6..3b5a9bad6 100644 --- a/src/uu/mktemp/Cargo.toml +++ b/src/uu/mktemp/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_mktemp" -path = "mktemp.rs" +path = "src/mktemp.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/more/Cargo.toml b/src/uu/more/Cargo.toml index 75503c788..b4479944c 100644 --- a/src/uu/more/Cargo.toml +++ b/src/uu/more/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_more" -path = "more.rs" +path = "src/more.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/mv/Cargo.toml b/src/uu/mv/Cargo.toml index d3a759a8c..4bae64ff0 100644 --- a/src/uu/mv/Cargo.toml +++ b/src/uu/mv/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_mv" -path = "mv.rs" +path = "src/mv.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/nice/Cargo.toml b/src/uu/nice/Cargo.toml index 44f677358..6e54d114c 100644 --- a/src/uu/nice/Cargo.toml +++ b/src/uu/nice/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_nice" -path = "nice.rs" +path = "src/nice.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/nl/Cargo.toml b/src/uu/nl/Cargo.toml index 358cffc5a..534f10b5d 100644 --- a/src/uu/nl/Cargo.toml +++ b/src/uu/nl/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_nl" -path = "nl.rs" +path = "src/nl.rs" [dependencies] aho-corasick = "0.7.3" diff --git a/src/uu/nohup/Cargo.toml b/src/uu/nohup/Cargo.toml index d18442af0..312b0c149 100644 --- a/src/uu/nohup/Cargo.toml +++ b/src/uu/nohup/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_nohup" -path = "nohup.rs" +path = "src/nohup.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/nproc/Cargo.toml b/src/uu/nproc/Cargo.toml index 5055a6480..8a7d58fc9 100644 --- a/src/uu/nproc/Cargo.toml +++ b/src/uu/nproc/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_nproc" -path = "nproc.rs" +path = "src/nproc.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/numfmt/Cargo.toml b/src/uu/numfmt/Cargo.toml index 0a782f565..cf4100dfa 100644 --- a/src/uu/numfmt/Cargo.toml +++ b/src/uu/numfmt/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_numfmt" -path = "numfmt.rs" +path = "src/numfmt.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/od/Cargo.toml b/src/uu/od/Cargo.toml index 7636daa7e..38a6d8bd5 100644 --- a/src/uu/od/Cargo.toml +++ b/src/uu/od/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_od" -path = "od.rs" +path = "src/od.rs" [dependencies] byteorder = "1.3.2" diff --git a/src/uu/paste/Cargo.toml b/src/uu/paste/Cargo.toml index 47054357c..17012cd67 100644 --- a/src/uu/paste/Cargo.toml +++ b/src/uu/paste/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_paste" -path = "paste.rs" +path = "src/paste.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/pathchk/Cargo.toml b/src/uu/pathchk/Cargo.toml index 117daa307..22e686e07 100644 --- a/src/uu/pathchk/Cargo.toml +++ b/src/uu/pathchk/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_pathchk" -path = "pathchk.rs" +path = "src/pathchk.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/pinky/Cargo.toml b/src/uu/pinky/Cargo.toml index 4e7735216..f917ebbd1 100644 --- a/src/uu/pinky/Cargo.toml +++ b/src/uu/pinky/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_pinky" -path = "pinky.rs" +path = "src/pinky.rs" [dependencies] uucore = { version = "0.0.2", features = ["utmpx", "entries"] } diff --git a/src/uu/printenv/Cargo.toml b/src/uu/printenv/Cargo.toml index f7505199c..3e4ae8dd8 100644 --- a/src/uu/printenv/Cargo.toml +++ b/src/uu/printenv/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_printenv" -path = "printenv.rs" +path = "src/printenv.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/printf/Cargo.toml b/src/uu/printf/Cargo.toml index f05387dd3..6e19fa0f9 100644 --- a/src/uu/printf/Cargo.toml +++ b/src/uu/printf/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_printf" -path = "printf.rs" +path = "src/printf.rs" [dependencies] itertools = "0.8.0" diff --git a/src/uu/ptx/Cargo.toml b/src/uu/ptx/Cargo.toml index 700e150bd..99e58a7b3 100644 --- a/src/uu/ptx/Cargo.toml +++ b/src/uu/ptx/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_ptx" -path = "ptx.rs" +path = "src/ptx.rs" [dependencies] aho-corasick = "0.7.3" diff --git a/src/uu/pwd/Cargo.toml b/src/uu/pwd/Cargo.toml index 8466713c9..bd9376c41 100644 --- a/src/uu/pwd/Cargo.toml +++ b/src/uu/pwd/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_pwd" -path = "pwd.rs" +path = "src/pwd.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/readlink/Cargo.toml b/src/uu/readlink/Cargo.toml index b2185789e..458e81d35 100644 --- a/src/uu/readlink/Cargo.toml +++ b/src/uu/readlink/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_readlink" -path = "readlink.rs" +path = "src/readlink.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/realpath/Cargo.toml b/src/uu/realpath/Cargo.toml index f574d8852..c5d403c61 100644 --- a/src/uu/realpath/Cargo.toml +++ b/src/uu/realpath/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_realpath" -path = "realpath.rs" +path = "src/realpath.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/relpath/Cargo.toml b/src/uu/relpath/Cargo.toml index 799732eae..aa4f423f3 100644 --- a/src/uu/relpath/Cargo.toml +++ b/src/uu/relpath/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_relpath" -path = "relpath.rs" +path = "src/relpath.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/rm/Cargo.toml b/src/uu/rm/Cargo.toml index 418e3fdf2..7969d064c 100644 --- a/src/uu/rm/Cargo.toml +++ b/src/uu/rm/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_rm" -path = "rm.rs" +path = "src/rm.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/rmdir/Cargo.toml b/src/uu/rmdir/Cargo.toml index 038e5365d..aeebee6fb 100644 --- a/src/uu/rmdir/Cargo.toml +++ b/src/uu/rmdir/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_rmdir" -path = "rmdir.rs" +path = "src/rmdir.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/seq/Cargo.toml b/src/uu/seq/Cargo.toml index 608b1a418..b2df616f0 100644 --- a/src/uu/seq/Cargo.toml +++ b/src/uu/seq/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_seq" -path = "seq.rs" +path = "src/seq.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/shred/Cargo.toml b/src/uu/shred/Cargo.toml index 3a1ee6da7..5620119dc 100644 --- a/src/uu/shred/Cargo.toml +++ b/src/uu/shred/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_shred" -path = "shred.rs" +path = "src/shred.rs" [dependencies] filetime = "0.2.1" diff --git a/src/uu/shuf/Cargo.toml b/src/uu/shuf/Cargo.toml index 66cee9e98..0d070b3c5 100644 --- a/src/uu/shuf/Cargo.toml +++ b/src/uu/shuf/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_shuf" -path = "shuf.rs" +path = "src/shuf.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/sleep/Cargo.toml b/src/uu/sleep/Cargo.toml index 825dc92a2..ed2e296bf 100644 --- a/src/uu/sleep/Cargo.toml +++ b/src/uu/sleep/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_sleep" -path = "sleep.rs" +path = "src/sleep.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/sort/Cargo.toml b/src/uu/sort/Cargo.toml index 22f0d0fdc..1b473d488 100644 --- a/src/uu/sort/Cargo.toml +++ b/src/uu/sort/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_sort" -path = "sort.rs" +path = "src/sort.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/split/Cargo.toml b/src/uu/split/Cargo.toml index ece2eca1f..fdba95859 100644 --- a/src/uu/split/Cargo.toml +++ b/src/uu/split/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_split" -path = "split.rs" +path = "src/split.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/stat/Cargo.toml b/src/uu/stat/Cargo.toml index df7700e71..0f8eaf850 100644 --- a/src/uu/stat/Cargo.toml +++ b/src/uu/stat/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_stat" -path = "stat.rs" +path = "src/stat.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/stdbuf/Cargo.toml b/src/uu/stdbuf/Cargo.toml index 037750b05..65a9db3c5 100644 --- a/src/uu/stdbuf/Cargo.toml +++ b/src/uu/stdbuf/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [lib] name = "uu_stdbuf" -path = "stdbuf.rs" +path = "src/stdbuf.rs" [dependencies] getopts = "0.2.18" @@ -15,7 +15,7 @@ tempdir = "0.3.7" uucore = "0.0.2" [build-dependencies] -libstdbuf = { path="libstdbuf" } +libstdbuf = { path="src/libstdbuf" } [[bin]] name = "stdbuf" diff --git a/src/uu/stdbuf/build.rs b/src/uu/stdbuf/build.rs index 90b16c908..a6170e35a 100644 --- a/src/uu/stdbuf/build.rs +++ b/src/uu/stdbuf/build.rs @@ -28,7 +28,7 @@ fn main() { let out_dir = env::var("OUT_DIR").unwrap(); let libstdbuf = format!( - "{}/../../{}/{}/deps/liblibstdbuf{}", + "{}/../../../{}/{}/deps/liblibstdbuf{}", manifest_dir, env::var("CARGO_TARGET_DIR").unwrap_or_else(|_| "target".to_string()), profile, diff --git a/src/uu/stdbuf/src/libstdbuf/Cargo.toml b/src/uu/stdbuf/src/libstdbuf/Cargo.toml index 425905f2b..d977515d9 100644 --- a/src/uu/stdbuf/src/libstdbuf/Cargo.toml +++ b/src/uu/stdbuf/src/libstdbuf/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [lib] name = "libstdbuf" -path = "libstdbuf.rs" +path = "src/libstdbuf.rs" # XXX: the rlib is just to prevent Cargo from spitting out a warning crate-type = ["cdylib", "rlib"] diff --git a/src/uu/stdbuf/src/libstdbuf/build.rs b/src/uu/stdbuf/src/libstdbuf/build.rs index c4bb007b9..a295b4406 100644 --- a/src/uu/stdbuf/src/libstdbuf/build.rs +++ b/src/uu/stdbuf/src/libstdbuf/build.rs @@ -3,5 +3,5 @@ extern crate cpp_build; use cpp_build::Config; fn main() { - Config::new().pic(true).build("libstdbuf.rs"); + Config::new().pic(true).build("src/libstdbuf.rs"); } diff --git a/src/uu/sum/Cargo.toml b/src/uu/sum/Cargo.toml index 5203a05a0..20eea0bdc 100644 --- a/src/uu/sum/Cargo.toml +++ b/src/uu/sum/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_sum" -path = "sum.rs" +path = "src/sum.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/sync/Cargo.toml b/src/uu/sync/Cargo.toml index b1fa56329..ece0ab1ca 100644 --- a/src/uu/sync/Cargo.toml +++ b/src/uu/sync/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_sync" -path = "sync.rs" +path = "src/sync.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/tac/Cargo.toml b/src/uu/tac/Cargo.toml index 1094b113f..561dc3b6d 100644 --- a/src/uu/tac/Cargo.toml +++ b/src/uu/tac/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_tac" -path = "tac.rs" +path = "src/tac.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/tail/Cargo.toml b/src/uu/tail/Cargo.toml index f3290471b..b32db427c 100644 --- a/src/uu/tail/Cargo.toml +++ b/src/uu/tail/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_tail" -path = "tail.rs" +path = "src/tail.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/tee/Cargo.toml b/src/uu/tee/Cargo.toml index c688b9bdc..3639e1c8e 100644 --- a/src/uu/tee/Cargo.toml +++ b/src/uu/tee/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_tee" -path = "tee.rs" +path = "src/tee.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/test/Cargo.toml b/src/uu/test/Cargo.toml index 4dc6877e8..21d070e05 100644 --- a/src/uu/test/Cargo.toml +++ b/src/uu/test/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_test" -path = "test.rs" +path = "src/test.rs" [dependencies] libc = "0.2.42" diff --git a/src/uu/timeout/Cargo.toml b/src/uu/timeout/Cargo.toml index 1169d87eb..24312f3aa 100644 --- a/src/uu/timeout/Cargo.toml +++ b/src/uu/timeout/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_timeout" -path = "timeout.rs" +path = "src/timeout.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/touch/Cargo.toml b/src/uu/touch/Cargo.toml index 2b78a33f3..5c4a5f446 100644 --- a/src/uu/touch/Cargo.toml +++ b/src/uu/touch/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_touch" -path = "touch.rs" +path = "src/touch.rs" [dependencies] filetime = "0.2.1" diff --git a/src/uu/tr/Cargo.toml b/src/uu/tr/Cargo.toml index 2c4cc0132..21b73787c 100644 --- a/src/uu/tr/Cargo.toml +++ b/src/uu/tr/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_tr" -path = "tr.rs" +path = "src/tr.rs" [dependencies] bit-set = "0.5.0" diff --git a/src/uu/true/Cargo.toml b/src/uu/true/Cargo.toml index c36c29526..279752cc4 100644 --- a/src/uu/true/Cargo.toml +++ b/src/uu/true/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_true" -path = "true.rs" +path = "src/true.rs" [dependencies] uucore = "0.0.2" diff --git a/src/uu/truncate/Cargo.toml b/src/uu/truncate/Cargo.toml index 376afafc0..396e29bd4 100644 --- a/src/uu/truncate/Cargo.toml +++ b/src/uu/truncate/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_truncate" -path = "truncate.rs" +path = "src/truncate.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/tsort/Cargo.toml b/src/uu/tsort/Cargo.toml index 096ba2e2e..157e67a70 100644 --- a/src/uu/tsort/Cargo.toml +++ b/src/uu/tsort/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_tsort" -path = "tsort.rs" +path = "src/tsort.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/tty/Cargo.toml b/src/uu/tty/Cargo.toml index 0e8a07039..db4f9fd05 100644 --- a/src/uu/tty/Cargo.toml +++ b/src/uu/tty/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_tty" -path = "tty.rs" +path = "src/tty.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/uname/Cargo.toml b/src/uu/uname/Cargo.toml index 8f8025a3e..62a3a2544 100644 --- a/src/uu/uname/Cargo.toml +++ b/src/uu/uname/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_uname" -path = "uname.rs" +path = "src/uname.rs" [dependencies] clap = "2.32.0" diff --git a/src/uu/unexpand/Cargo.toml b/src/uu/unexpand/Cargo.toml index c408c98d3..8a28321ea 100644 --- a/src/uu/unexpand/Cargo.toml +++ b/src/uu/unexpand/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_unexpand" -path = "unexpand.rs" +path = "src/unexpand.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/uniq/Cargo.toml b/src/uu/uniq/Cargo.toml index de02b220d..2a69e9c16 100644 --- a/src/uu/uniq/Cargo.toml +++ b/src/uu/uniq/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_uniq" -path = "uniq.rs" +path = "src/uniq.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/unlink/Cargo.toml b/src/uu/unlink/Cargo.toml index de564f360..e336e3ece 100644 --- a/src/uu/unlink/Cargo.toml +++ b/src/uu/unlink/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_unlink" -path = "unlink.rs" +path = "src/unlink.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/uptime/Cargo.toml b/src/uu/uptime/Cargo.toml index 94333bf6e..d5427ab66 100644 --- a/src/uu/uptime/Cargo.toml +++ b/src/uu/uptime/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_uptime" -path = "uptime.rs" +path = "src/uptime.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/users/Cargo.toml b/src/uu/users/Cargo.toml index 5ba2cc7d4..25fe9dfc1 100644 --- a/src/uu/users/Cargo.toml +++ b/src/uu/users/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_users" -path = "users.rs" +path = "src/users.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/wc/Cargo.toml b/src/uu/wc/Cargo.toml index 35d1f0cbf..711f2d53e 100644 --- a/src/uu/wc/Cargo.toml +++ b/src/uu/wc/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_wc" -path = "wc.rs" +path = "src/wc.rs" [dependencies] getopts = "0.2.18" diff --git a/src/uu/who/Cargo.toml b/src/uu/who/Cargo.toml index 3f3b3431e..ba8cdad21 100644 --- a/src/uu/who/Cargo.toml +++ b/src/uu/who/Cargo.toml @@ -7,7 +7,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_who" -path = "who.rs" +path = "src/who.rs" [dependencies] uucore = { version = "0.0.2", features = ["utmpx"] } diff --git a/src/uu/whoami/Cargo.toml b/src/uu/whoami/Cargo.toml index 36a3f5f70..b96dde5a8 100644 --- a/src/uu/whoami/Cargo.toml +++ b/src/uu/whoami/Cargo.toml @@ -8,7 +8,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_whoami" -path = "whoami.rs" +path = "src/whoami.rs" [dependencies] advapi32-sys = "0.2.0" diff --git a/src/uu/whoami/src/whoami.rs b/src/uu/whoami/src/whoami.rs index 886126cbf..5fedeec9f 100644 --- a/src/uu/whoami/src/whoami.rs +++ b/src/uu/whoami/src/whoami.rs @@ -19,7 +19,7 @@ extern crate uucore; mod platform; // force a re-build whenever Cargo.toml changes -const _CARGO_TOML: &str = include_str!("Cargo.toml"); +const _CARGO_TOML: &str = include_str!("../Cargo.toml"); pub fn uumain(args: Vec) -> i32 { let app = app_from_crate!(); diff --git a/src/uu/yes/Cargo.toml b/src/uu/yes/Cargo.toml index d1b9605b2..63960240f 100644 --- a/src/uu/yes/Cargo.toml +++ b/src/uu/yes/Cargo.toml @@ -8,7 +8,7 @@ build = "../#common/mkmain.rs" [lib] name = "uu_yes" -path = "yes.rs" +path = "src/yes.rs" [dependencies] clap = "2.32" diff --git a/src/uu/yes/src/yes.rs b/src/uu/yes/src/yes.rs index 6a46d61ba..ccc9b3992 100644 --- a/src/uu/yes/src/yes.rs +++ b/src/uu/yes/src/yes.rs @@ -22,7 +22,7 @@ use std::io::{self, Write}; use uucore::zero_copy::ZeroCopyWriter; // force a re-build whenever Cargo.toml changes -const _CARGO_TOML: &str = include_str!("Cargo.toml"); +const _CARGO_TOML: &str = include_str!("../Cargo.toml"); // it's possible that using a smaller or larger buffer might provide better performance on some // systems, but honestly this is good enough From 5aa2b039a5015b91b6bb243589a7f52d18240aa6 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 14 Apr 2020 12:02:54 -0500 Subject: [PATCH 4/5] change ~ fixup paths (within workspace packages) to common code --- src/uu/arch/Cargo.toml | 4 ++-- src/uu/base32/Cargo.toml | 4 ++-- src/uu/base64/Cargo.toml | 4 ++-- src/uu/basename/Cargo.toml | 4 ++-- src/uu/cat/Cargo.toml | 4 ++-- src/uu/chgrp/Cargo.toml | 4 ++-- src/uu/chmod/Cargo.toml | 4 ++-- src/uu/chown/Cargo.toml | 4 ++-- src/uu/chroot/Cargo.toml | 4 ++-- src/uu/cksum/Cargo.toml | 2 +- src/uu/cksum/build.rs | 2 +- src/uu/comm/Cargo.toml | 4 ++-- src/uu/cp/Cargo.toml | 4 ++-- src/uu/cut/Cargo.toml | 4 ++-- src/uu/date/Cargo.toml | 4 ++-- src/uu/dircolors/Cargo.toml | 4 ++-- src/uu/dirname/Cargo.toml | 4 ++-- src/uu/du/Cargo.toml | 4 ++-- src/uu/echo/Cargo.toml | 4 ++-- src/uu/env/Cargo.toml | 4 ++-- src/uu/expand/Cargo.toml | 4 ++-- src/uu/expr/Cargo.toml | 4 ++-- src/uu/factor/Cargo.toml | 2 +- src/uu/factor/build.rs | 2 +- src/uu/false/Cargo.toml | 4 ++-- src/uu/fmt/Cargo.toml | 4 ++-- src/uu/fold/Cargo.toml | 4 ++-- src/uu/groups/Cargo.toml | 4 ++-- src/uu/hashsum/Cargo.toml | 4 ++-- src/uu/head/Cargo.toml | 4 ++-- src/uu/hostid/Cargo.toml | 4 ++-- src/uu/hostname/Cargo.toml | 4 ++-- src/uu/id/Cargo.toml | 4 ++-- src/uu/install/Cargo.toml | 4 ++-- src/uu/join/Cargo.toml | 4 ++-- src/uu/kill/Cargo.toml | 4 ++-- src/uu/link/Cargo.toml | 4 ++-- src/uu/ln/Cargo.toml | 4 ++-- src/uu/logname/Cargo.toml | 4 ++-- src/uu/ls/Cargo.toml | 4 ++-- src/uu/mkdir/Cargo.toml | 4 ++-- src/uu/mkfifo/Cargo.toml | 4 ++-- src/uu/mknod/Cargo.toml | 4 ++-- src/uu/mktemp/Cargo.toml | 4 ++-- src/uu/more/Cargo.toml | 4 ++-- src/uu/mv/Cargo.toml | 4 ++-- src/uu/nice/Cargo.toml | 4 ++-- src/uu/nl/Cargo.toml | 4 ++-- src/uu/nohup/Cargo.toml | 4 ++-- src/uu/nproc/Cargo.toml | 4 ++-- src/uu/numfmt/Cargo.toml | 4 ++-- src/uu/od/Cargo.toml | 4 ++-- src/uu/paste/Cargo.toml | 4 ++-- src/uu/pathchk/Cargo.toml | 4 ++-- src/uu/pinky/Cargo.toml | 4 ++-- src/uu/printenv/Cargo.toml | 4 ++-- src/uu/printf/Cargo.toml | 4 ++-- src/uu/ptx/Cargo.toml | 4 ++-- src/uu/pwd/Cargo.toml | 4 ++-- src/uu/readlink/Cargo.toml | 4 ++-- src/uu/realpath/Cargo.toml | 4 ++-- src/uu/relpath/Cargo.toml | 4 ++-- src/uu/rm/Cargo.toml | 4 ++-- src/uu/rmdir/Cargo.toml | 4 ++-- src/uu/seq/Cargo.toml | 4 ++-- src/uu/shred/Cargo.toml | 4 ++-- src/uu/shuf/Cargo.toml | 4 ++-- src/uu/sleep/Cargo.toml | 4 ++-- src/uu/sort/Cargo.toml | 4 ++-- src/uu/split/Cargo.toml | 4 ++-- src/uu/stat/Cargo.toml | 4 ++-- src/uu/stdbuf/Cargo.toml | 2 +- src/uu/stdbuf/build.rs | 2 +- src/uu/sum/Cargo.toml | 4 ++-- src/uu/sync/Cargo.toml | 4 ++-- src/uu/tac/Cargo.toml | 4 ++-- src/uu/tail/Cargo.toml | 4 ++-- src/uu/tee/Cargo.toml | 4 ++-- src/uu/test/Cargo.toml | 4 ++-- src/uu/timeout/Cargo.toml | 4 ++-- src/uu/touch/Cargo.toml | 4 ++-- src/uu/tr/Cargo.toml | 4 ++-- src/uu/true/Cargo.toml | 4 ++-- src/uu/truncate/Cargo.toml | 4 ++-- src/uu/tsort/Cargo.toml | 4 ++-- src/uu/tty/Cargo.toml | 4 ++-- src/uu/uname/Cargo.toml | 4 ++-- src/uu/unexpand/Cargo.toml | 4 ++-- src/uu/uniq/Cargo.toml | 4 ++-- src/uu/unlink/Cargo.toml | 4 ++-- src/uu/uptime/Cargo.toml | 4 ++-- src/uu/users/Cargo.toml | 4 ++-- src/uu/wc/Cargo.toml | 4 ++-- src/uu/who/Cargo.toml | 4 ++-- src/uu/whoami/Cargo.toml | 4 ++-- src/uu/yes/Cargo.toml | 4 ++-- 96 files changed, 186 insertions(+), 186 deletions(-) diff --git a/src/uu/arch/Cargo.toml b/src/uu/arch/Cargo.toml index ae3fe65c9..7fc71e1b4 100644 --- a/src/uu/arch/Cargo.toml +++ b/src/uu/arch/Cargo.toml @@ -3,7 +3,7 @@ name = "arch" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_arch" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "arch" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/base32/Cargo.toml b/src/uu/base32/Cargo.toml index 69788c9ea..63f5c6ebf 100644 --- a/src/uu/base32/Cargo.toml +++ b/src/uu/base32/Cargo.toml @@ -3,7 +3,7 @@ name = "base32" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_base32" @@ -16,4 +16,4 @@ clippy = { version = "0.0.212", optional = true } [[bin]] name = "base32" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/base64/Cargo.toml b/src/uu/base64/Cargo.toml index b4f5c6a19..300c616c2 100644 --- a/src/uu/base64/Cargo.toml +++ b/src/uu/base64/Cargo.toml @@ -3,7 +3,7 @@ name = "base64" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_base64" @@ -14,4 +14,4 @@ uucore = { version = "0.0.2", features = ["encoding"] } [[bin]] name = "base64" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/basename/Cargo.toml b/src/uu/basename/Cargo.toml index b1ebf3059..d1cebb4c3 100644 --- a/src/uu/basename/Cargo.toml +++ b/src/uu/basename/Cargo.toml @@ -3,7 +3,7 @@ name = "basename" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_basename" @@ -14,4 +14,4 @@ uucore = "0.0.2" [[bin]] name = "basename" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/cat/Cargo.toml b/src/uu/cat/Cargo.toml index f09b1e6a2..c64fcb52e 100644 --- a/src/uu/cat/Cargo.toml +++ b/src/uu/cat/Cargo.toml @@ -3,7 +3,7 @@ name = "cat" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_cat" @@ -18,4 +18,4 @@ unix_socket = "0.5.0" [[bin]] name = "cat" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/chgrp/Cargo.toml b/src/uu/chgrp/Cargo.toml index d2a8be048..37f490cbf 100644 --- a/src/uu/chgrp/Cargo.toml +++ b/src/uu/chgrp/Cargo.toml @@ -3,7 +3,7 @@ name = "chgrp" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_chgrp" @@ -15,4 +15,4 @@ walkdir = "2.2.8" [[bin]] name = "chgrp" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/chmod/Cargo.toml b/src/uu/chmod/Cargo.toml index fc7002fe4..8b3d5c43e 100644 --- a/src/uu/chmod/Cargo.toml +++ b/src/uu/chmod/Cargo.toml @@ -3,7 +3,7 @@ name = "chmod" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_chmod" @@ -16,4 +16,4 @@ walker = "1.0.0" [[bin]] name = "chmod" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/chown/Cargo.toml b/src/uu/chown/Cargo.toml index d2225ef6f..98be41b04 100644 --- a/src/uu/chown/Cargo.toml +++ b/src/uu/chown/Cargo.toml @@ -3,7 +3,7 @@ name = "chown" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_chown" @@ -20,4 +20,4 @@ optional = true [[bin]] name = "chown" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/chroot/Cargo.toml b/src/uu/chroot/Cargo.toml index 7324713cf..2c17faf92 100644 --- a/src/uu/chroot/Cargo.toml +++ b/src/uu/chroot/Cargo.toml @@ -3,7 +3,7 @@ name = "chroot" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_chroot" @@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["entries"] } [[bin]] name = "chroot" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/cksum/Cargo.toml b/src/uu/cksum/Cargo.toml index b86b7ae03..403e0e8e1 100644 --- a/src/uu/cksum/Cargo.toml +++ b/src/uu/cksum/Cargo.toml @@ -14,4 +14,4 @@ uucore = "0.0.2" [[bin]] name = "cksum" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/cksum/build.rs b/src/uu/cksum/build.rs index e918a7442..df4e02c28 100644 --- a/src/uu/cksum/build.rs +++ b/src/uu/cksum/build.rs @@ -15,7 +15,7 @@ use std::path::Path; const CRC_TABLE_LEN: usize = 256; -#[path = "../#common/mkmain.rs"] +#[path = "../../common/mkmain.rs"] mod mkmain; fn main() { diff --git a/src/uu/comm/Cargo.toml b/src/uu/comm/Cargo.toml index 617aa2f77..017de5209 100644 --- a/src/uu/comm/Cargo.toml +++ b/src/uu/comm/Cargo.toml @@ -3,7 +3,7 @@ name = "comm" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_comm" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "comm" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index 703cc77e8..8ffb83bb3 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Joshua S. Miller ", ] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_cp" @@ -33,4 +33,4 @@ xattr="0.2.1" [[bin]] name = "cp" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/cut/Cargo.toml b/src/uu/cut/Cargo.toml index 17172149c..59bb0f56d 100644 --- a/src/uu/cut/Cargo.toml +++ b/src/uu/cut/Cargo.toml @@ -3,7 +3,7 @@ name = "cut" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_cut" @@ -14,4 +14,4 @@ uucore = "0.0.2" [[bin]] name = "cut" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/date/Cargo.toml b/src/uu/date/Cargo.toml index 6b3e141c2..e80e85353 100644 --- a/src/uu/date/Cargo.toml +++ b/src/uu/date/Cargo.toml @@ -3,7 +3,7 @@ name = "date" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_date" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "date" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/dircolors/Cargo.toml b/src/uu/dircolors/Cargo.toml index 7b1a5832e..5af6334fc 100644 --- a/src/uu/dircolors/Cargo.toml +++ b/src/uu/dircolors/Cargo.toml @@ -3,7 +3,7 @@ name = "dircolors" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_dircolors" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "dircolors" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/dirname/Cargo.toml b/src/uu/dirname/Cargo.toml index 3356b2a17..7eff0730e 100644 --- a/src/uu/dirname/Cargo.toml +++ b/src/uu/dirname/Cargo.toml @@ -3,7 +3,7 @@ name = "dirname" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_dirname" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "dirname" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/du/Cargo.toml b/src/uu/du/Cargo.toml index 62b2f8c06..df0faf9bc 100644 --- a/src/uu/du/Cargo.toml +++ b/src/uu/du/Cargo.toml @@ -3,7 +3,7 @@ name = "du" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_du" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "du" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/echo/Cargo.toml b/src/uu/echo/Cargo.toml index 256009ed9..88dce77f7 100644 --- a/src/uu/echo/Cargo.toml +++ b/src/uu/echo/Cargo.toml @@ -3,7 +3,7 @@ name = "echo" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_echo" @@ -14,4 +14,4 @@ uucore = "0.0.2" [[bin]] name = "echo" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/env/Cargo.toml b/src/uu/env/Cargo.toml index 02d9775ac..72509ef04 100644 --- a/src/uu/env/Cargo.toml +++ b/src/uu/env/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = ["uutils developers"] description = "Set each NAME to VALUE in the environment and run COMMAND" license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" edition = "2018" [lib] @@ -19,4 +19,4 @@ uucore = "0.0.2" [[bin]] name = "env" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/expand/Cargo.toml b/src/uu/expand/Cargo.toml index 1be87ac27..fb92d5bd6 100644 --- a/src/uu/expand/Cargo.toml +++ b/src/uu/expand/Cargo.toml @@ -3,7 +3,7 @@ name = "expand" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_expand" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "expand" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/expr/Cargo.toml b/src/uu/expr/Cargo.toml index fd5e90abd..275a64c26 100644 --- a/src/uu/expr/Cargo.toml +++ b/src/uu/expr/Cargo.toml @@ -3,7 +3,7 @@ name = "expr" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_expr" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "expr" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/factor/Cargo.toml b/src/uu/factor/Cargo.toml index 06a3412e9..8f61ced4a 100644 --- a/src/uu/factor/Cargo.toml +++ b/src/uu/factor/Cargo.toml @@ -14,4 +14,4 @@ uucore = "0.0.2" [[bin]] name = "factor" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/factor/build.rs b/src/uu/factor/build.rs index 7539eb520..acc4d9a3f 100644 --- a/src/uu/factor/build.rs +++ b/src/uu/factor/build.rs @@ -34,7 +34,7 @@ mod numeric; mod sieve; -#[path = "../#common/mkmain.rs"] +#[path = "../../common/mkmain.rs"] mod mkmain; // extended Euclid algorithm diff --git a/src/uu/false/Cargo.toml b/src/uu/false/Cargo.toml index 6a9aea11c..8f0af3062 100644 --- a/src/uu/false/Cargo.toml +++ b/src/uu/false/Cargo.toml @@ -3,7 +3,7 @@ name = "false" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_false" @@ -14,4 +14,4 @@ uucore = "0.0.2" [[bin]] name = "false" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/fmt/Cargo.toml b/src/uu/fmt/Cargo.toml index 876f9bf6c..76204f0bf 100644 --- a/src/uu/fmt/Cargo.toml +++ b/src/uu/fmt/Cargo.toml @@ -3,7 +3,7 @@ name = "fmt" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_fmt" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "fmt" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/fold/Cargo.toml b/src/uu/fold/Cargo.toml index 121c89a72..155d5b7b2 100644 --- a/src/uu/fold/Cargo.toml +++ b/src/uu/fold/Cargo.toml @@ -3,7 +3,7 @@ name = "fold" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_fold" @@ -14,4 +14,4 @@ uucore = "0.0.2" [[bin]] name = "fold" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/groups/Cargo.toml b/src/uu/groups/Cargo.toml index f6201694c..e9513227b 100644 --- a/src/uu/groups/Cargo.toml +++ b/src/uu/groups/Cargo.toml @@ -3,7 +3,7 @@ name = "groups" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_groups" @@ -14,4 +14,4 @@ uucore = { version = "0.0.2", features = ["entries"] } [[bin]] name = "groups" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/hashsum/Cargo.toml b/src/uu/hashsum/Cargo.toml index 8662cb002..0ab2661ce 100644 --- a/src/uu/hashsum/Cargo.toml +++ b/src/uu/hashsum/Cargo.toml @@ -3,7 +3,7 @@ name = "hashsum" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_hashsum" @@ -24,4 +24,4 @@ uucore = "0.0.2" [[bin]] name = "hashsum" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/head/Cargo.toml b/src/uu/head/Cargo.toml index 759b1010a..467681b99 100644 --- a/src/uu/head/Cargo.toml +++ b/src/uu/head/Cargo.toml @@ -3,7 +3,7 @@ name = "head" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_head" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "head" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/hostid/Cargo.toml b/src/uu/hostid/Cargo.toml index 4f30c8bf6..69225c667 100644 --- a/src/uu/hostid/Cargo.toml +++ b/src/uu/hostid/Cargo.toml @@ -3,7 +3,7 @@ name = "hostid" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_hostid" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "hostid" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/hostname/Cargo.toml b/src/uu/hostname/Cargo.toml index 3de929d8a..b5f27bbd2 100644 --- a/src/uu/hostname/Cargo.toml +++ b/src/uu/hostname/Cargo.toml @@ -3,7 +3,7 @@ name = "hostname" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_hostname" @@ -17,4 +17,4 @@ winapi = { version = "0.3", features = ["sysinfoapi", "winsock2"] } [[bin]] name = "hostname" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/id/Cargo.toml b/src/uu/id/Cargo.toml index 5d2f97d9b..34df8250d 100644 --- a/src/uu/id/Cargo.toml +++ b/src/uu/id/Cargo.toml @@ -3,7 +3,7 @@ name = "id" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_id" @@ -14,4 +14,4 @@ uucore = { version = "0.0.2", features = ["entries", "process"] } [[bin]] name = "id" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/install/Cargo.toml b/src/uu/install/Cargo.toml index e52903315..e50cc69f7 100644 --- a/src/uu/install/Cargo.toml +++ b/src/uu/install/Cargo.toml @@ -3,7 +3,7 @@ name = "install" version = "0.0.1" authors = ["Ben Eills "] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_install" @@ -19,4 +19,4 @@ time = "0.1.40" [[bin]] name = "install" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/join/Cargo.toml b/src/uu/join/Cargo.toml index 9ee6f13ff..90609d103 100644 --- a/src/uu/join/Cargo.toml +++ b/src/uu/join/Cargo.toml @@ -3,7 +3,7 @@ name = "join" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_join" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "join" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/kill/Cargo.toml b/src/uu/kill/Cargo.toml index add5004f3..4c7a93591 100644 --- a/src/uu/kill/Cargo.toml +++ b/src/uu/kill/Cargo.toml @@ -3,7 +3,7 @@ name = "kill" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_kill" @@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["signals"] } [[bin]] name = "kill" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/link/Cargo.toml b/src/uu/link/Cargo.toml index f26c4897f..e405b4e2a 100644 --- a/src/uu/link/Cargo.toml +++ b/src/uu/link/Cargo.toml @@ -3,7 +3,7 @@ name = "link" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_link" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "link" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/ln/Cargo.toml b/src/uu/ln/Cargo.toml index 20024c2b0..e7f0170ed 100644 --- a/src/uu/ln/Cargo.toml +++ b/src/uu/ln/Cargo.toml @@ -3,7 +3,7 @@ name = "ln" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_ln" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "ln" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/logname/Cargo.toml b/src/uu/logname/Cargo.toml index 102fd66d0..83d793cf6 100644 --- a/src/uu/logname/Cargo.toml +++ b/src/uu/logname/Cargo.toml @@ -3,7 +3,7 @@ name = "logname" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_logname" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "logname" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/ls/Cargo.toml b/src/uu/ls/Cargo.toml index ef8454a11..c713729b5 100644 --- a/src/uu/ls/Cargo.toml +++ b/src/uu/ls/Cargo.toml @@ -3,7 +3,7 @@ name = "ls" version = "0.0.1" authors = ["Jeremiah Peschka "] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_ls" @@ -22,4 +22,4 @@ uucore = { version = "0.0.2", features = ["entries", "fs"] } [[bin]] name = "ls" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/mkdir/Cargo.toml b/src/uu/mkdir/Cargo.toml index 1dddf8b87..1c050722a 100644 --- a/src/uu/mkdir/Cargo.toml +++ b/src/uu/mkdir/Cargo.toml @@ -3,7 +3,7 @@ name = "mkdir" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_mkdir" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "mkdir" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/mkfifo/Cargo.toml b/src/uu/mkfifo/Cargo.toml index 0c16ac800..25e07fa28 100644 --- a/src/uu/mkfifo/Cargo.toml +++ b/src/uu/mkfifo/Cargo.toml @@ -3,7 +3,7 @@ name = "mkfifo" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_mkfifo" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "mkfifo" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/mknod/Cargo.toml b/src/uu/mknod/Cargo.toml index ea6c995d5..090143353 100644 --- a/src/uu/mknod/Cargo.toml +++ b/src/uu/mknod/Cargo.toml @@ -3,7 +3,7 @@ name = "mknod" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_mknod" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "mknod" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/mktemp/Cargo.toml b/src/uu/mktemp/Cargo.toml index 3b5a9bad6..8d49b3cac 100644 --- a/src/uu/mktemp/Cargo.toml +++ b/src/uu/mktemp/Cargo.toml @@ -3,7 +3,7 @@ name = "mktemp" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_mktemp" @@ -17,4 +17,4 @@ uucore = "0.0.2" [[bin]] name = "mktemp" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/more/Cargo.toml b/src/uu/more/Cargo.toml index b4479944c..87125d6f7 100644 --- a/src/uu/more/Cargo.toml +++ b/src/uu/more/Cargo.toml @@ -3,7 +3,7 @@ name = "more" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_more" @@ -22,4 +22,4 @@ nix = "0.8.1" [[bin]] name = "more" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/mv/Cargo.toml b/src/uu/mv/Cargo.toml index 4bae64ff0..4432c17b6 100644 --- a/src/uu/mv/Cargo.toml +++ b/src/uu/mv/Cargo.toml @@ -3,7 +3,7 @@ name = "mv" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_mv" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "mv" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/nice/Cargo.toml b/src/uu/nice/Cargo.toml index 6e54d114c..d09a7709f 100644 --- a/src/uu/nice/Cargo.toml +++ b/src/uu/nice/Cargo.toml @@ -3,7 +3,7 @@ name = "nice" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_nice" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "nice" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/nl/Cargo.toml b/src/uu/nl/Cargo.toml index 534f10b5d..1f582aae5 100644 --- a/src/uu/nl/Cargo.toml +++ b/src/uu/nl/Cargo.toml @@ -3,7 +3,7 @@ name = "nl" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_nl" @@ -20,4 +20,4 @@ uucore = "0.0.2" [[bin]] name = "nl" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/nohup/Cargo.toml b/src/uu/nohup/Cargo.toml index 312b0c149..68afca8a0 100644 --- a/src/uu/nohup/Cargo.toml +++ b/src/uu/nohup/Cargo.toml @@ -3,7 +3,7 @@ name = "nohup" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_nohup" @@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["fs"] } [[bin]] name = "nohup" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/nproc/Cargo.toml b/src/uu/nproc/Cargo.toml index 8a7d58fc9..f80fb727c 100644 --- a/src/uu/nproc/Cargo.toml +++ b/src/uu/nproc/Cargo.toml @@ -3,7 +3,7 @@ name = "nproc" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_nproc" @@ -17,4 +17,4 @@ uucore = "0.0.2" [[bin]] name = "nproc" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/numfmt/Cargo.toml b/src/uu/numfmt/Cargo.toml index cf4100dfa..cd56f2dfc 100644 --- a/src/uu/numfmt/Cargo.toml +++ b/src/uu/numfmt/Cargo.toml @@ -3,7 +3,7 @@ name = "numfmt" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_numfmt" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "numfmt" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/od/Cargo.toml b/src/uu/od/Cargo.toml index 38a6d8bd5..2fc92c2a8 100644 --- a/src/uu/od/Cargo.toml +++ b/src/uu/od/Cargo.toml @@ -3,7 +3,7 @@ name = "od" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_od" @@ -18,4 +18,4 @@ uucore = "0.0.2" [[bin]] name = "od" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/paste/Cargo.toml b/src/uu/paste/Cargo.toml index 17012cd67..6673311a4 100644 --- a/src/uu/paste/Cargo.toml +++ b/src/uu/paste/Cargo.toml @@ -3,7 +3,7 @@ name = "paste" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_paste" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "paste" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/pathchk/Cargo.toml b/src/uu/pathchk/Cargo.toml index 22e686e07..c554356cd 100644 --- a/src/uu/pathchk/Cargo.toml +++ b/src/uu/pathchk/Cargo.toml @@ -3,7 +3,7 @@ name = "pathchk" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_pathchk" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "pathchk" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/pinky/Cargo.toml b/src/uu/pinky/Cargo.toml index f917ebbd1..6bb45200f 100644 --- a/src/uu/pinky/Cargo.toml +++ b/src/uu/pinky/Cargo.toml @@ -3,7 +3,7 @@ name = "pinky" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_pinky" @@ -14,4 +14,4 @@ uucore = { version = "0.0.2", features = ["utmpx", "entries"] } [[bin]] name = "pinky" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/printenv/Cargo.toml b/src/uu/printenv/Cargo.toml index 3e4ae8dd8..473adfab4 100644 --- a/src/uu/printenv/Cargo.toml +++ b/src/uu/printenv/Cargo.toml @@ -3,7 +3,7 @@ name = "printenv" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_printenv" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "printenv" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/printf/Cargo.toml b/src/uu/printf/Cargo.toml index 6e19fa0f9..27eee8dab 100644 --- a/src/uu/printf/Cargo.toml +++ b/src/uu/printf/Cargo.toml @@ -3,7 +3,7 @@ name = "printf" version = "0.0.1" authors = ["Nathan Ross"] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_printf" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "printf" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/ptx/Cargo.toml b/src/uu/ptx/Cargo.toml index 99e58a7b3..e3d6135ff 100644 --- a/src/uu/ptx/Cargo.toml +++ b/src/uu/ptx/Cargo.toml @@ -3,7 +3,7 @@ name = "ptx" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_ptx" @@ -20,4 +20,4 @@ uucore = "0.0.2" [[bin]] name = "ptx" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/pwd/Cargo.toml b/src/uu/pwd/Cargo.toml index bd9376c41..328fda9e8 100644 --- a/src/uu/pwd/Cargo.toml +++ b/src/uu/pwd/Cargo.toml @@ -3,7 +3,7 @@ name = "pwd" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_pwd" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "pwd" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/readlink/Cargo.toml b/src/uu/readlink/Cargo.toml index 458e81d35..39b88f0a8 100644 --- a/src/uu/readlink/Cargo.toml +++ b/src/uu/readlink/Cargo.toml @@ -3,7 +3,7 @@ name = "readlink" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_readlink" @@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["fs"] } [[bin]] name = "readlink" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/realpath/Cargo.toml b/src/uu/realpath/Cargo.toml index c5d403c61..c79c5f5a7 100644 --- a/src/uu/realpath/Cargo.toml +++ b/src/uu/realpath/Cargo.toml @@ -3,7 +3,7 @@ name = "realpath" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_realpath" @@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["fs"] } [[bin]] name = "realpath" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/relpath/Cargo.toml b/src/uu/relpath/Cargo.toml index aa4f423f3..6bb6cb4de 100644 --- a/src/uu/relpath/Cargo.toml +++ b/src/uu/relpath/Cargo.toml @@ -3,7 +3,7 @@ name = "relpath" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_relpath" @@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["fs"] } [[bin]] name = "relpath" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/rm/Cargo.toml b/src/uu/rm/Cargo.toml index 7969d064c..bbaaaea53 100644 --- a/src/uu/rm/Cargo.toml +++ b/src/uu/rm/Cargo.toml @@ -3,7 +3,7 @@ name = "rm" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_rm" @@ -17,4 +17,4 @@ uucore = "0.0.2" [[bin]] name = "rm" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/rmdir/Cargo.toml b/src/uu/rmdir/Cargo.toml index aeebee6fb..233e9bdc8 100644 --- a/src/uu/rmdir/Cargo.toml +++ b/src/uu/rmdir/Cargo.toml @@ -3,7 +3,7 @@ name = "rmdir" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_rmdir" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "rmdir" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/seq/Cargo.toml b/src/uu/seq/Cargo.toml index b2df616f0..c1c38b926 100644 --- a/src/uu/seq/Cargo.toml +++ b/src/uu/seq/Cargo.toml @@ -3,7 +3,7 @@ name = "seq" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_seq" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "seq" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/shred/Cargo.toml b/src/uu/shred/Cargo.toml index 5620119dc..e23dce935 100644 --- a/src/uu/shred/Cargo.toml +++ b/src/uu/shred/Cargo.toml @@ -3,7 +3,7 @@ name = "shred" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_shred" @@ -19,4 +19,4 @@ uucore = "0.0.2" [[bin]] name = "shred" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/shuf/Cargo.toml b/src/uu/shuf/Cargo.toml index 0d070b3c5..755b3c207 100644 --- a/src/uu/shuf/Cargo.toml +++ b/src/uu/shuf/Cargo.toml @@ -3,7 +3,7 @@ name = "shuf" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_shuf" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "shuf" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/sleep/Cargo.toml b/src/uu/sleep/Cargo.toml index ed2e296bf..ccfcf092b 100644 --- a/src/uu/sleep/Cargo.toml +++ b/src/uu/sleep/Cargo.toml @@ -3,7 +3,7 @@ name = "sleep" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_sleep" @@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["parse_time"] } [[bin]] name = "sleep" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/sort/Cargo.toml b/src/uu/sort/Cargo.toml index 1b473d488..9795c7cb3 100644 --- a/src/uu/sort/Cargo.toml +++ b/src/uu/sort/Cargo.toml @@ -3,7 +3,7 @@ name = "sort" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_sort" @@ -17,4 +17,4 @@ uucore = { version = "0.0.2", features = ["fs"] } [[bin]] name = "sort" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/split/Cargo.toml b/src/uu/split/Cargo.toml index fdba95859..a2904515d 100644 --- a/src/uu/split/Cargo.toml +++ b/src/uu/split/Cargo.toml @@ -3,7 +3,7 @@ name = "split" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_split" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "split" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/stat/Cargo.toml b/src/uu/stat/Cargo.toml index 0f8eaf850..4fc924645 100644 --- a/src/uu/stat/Cargo.toml +++ b/src/uu/stat/Cargo.toml @@ -3,7 +3,7 @@ name = "stat" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_stat" @@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["entries"] } [[bin]] name = "stat" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/stdbuf/Cargo.toml b/src/uu/stdbuf/Cargo.toml index 65a9db3c5..f59d252f4 100644 --- a/src/uu/stdbuf/Cargo.toml +++ b/src/uu/stdbuf/Cargo.toml @@ -19,4 +19,4 @@ libstdbuf = { path="src/libstdbuf" } [[bin]] name = "stdbuf" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/stdbuf/build.rs b/src/uu/stdbuf/build.rs index a6170e35a..d4c9b718d 100644 --- a/src/uu/stdbuf/build.rs +++ b/src/uu/stdbuf/build.rs @@ -2,7 +2,7 @@ use std::env; use std::fs; use std::path::Path; -#[path = "../#common/mkmain.rs"] +#[path = "../../common/mkmain.rs"] mod mkmain; #[cfg(not(any(target_os = "macos", target_os = "ios", target_os = "windows")))] diff --git a/src/uu/sum/Cargo.toml b/src/uu/sum/Cargo.toml index 20eea0bdc..939b5803a 100644 --- a/src/uu/sum/Cargo.toml +++ b/src/uu/sum/Cargo.toml @@ -3,7 +3,7 @@ name = "sum" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_sum" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "sum" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/sync/Cargo.toml b/src/uu/sync/Cargo.toml index ece0ab1ca..0d24a5fa5 100644 --- a/src/uu/sync/Cargo.toml +++ b/src/uu/sync/Cargo.toml @@ -3,7 +3,7 @@ name = "sync" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_sync" @@ -18,4 +18,4 @@ winapi = { version = "0.3", features = ["handleapi", "winerror"] } [[bin]] name = "sync" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/tac/Cargo.toml b/src/uu/tac/Cargo.toml index 561dc3b6d..11f69b73e 100644 --- a/src/uu/tac/Cargo.toml +++ b/src/uu/tac/Cargo.toml @@ -3,7 +3,7 @@ name = "tac" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_tac" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "tac" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/tail/Cargo.toml b/src/uu/tail/Cargo.toml index b32db427c..0789ed5b5 100644 --- a/src/uu/tail/Cargo.toml +++ b/src/uu/tail/Cargo.toml @@ -3,7 +3,7 @@ name = "tail" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_tail" @@ -21,4 +21,4 @@ redox_syscall = "0.1" [[bin]] name = "tail" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/tee/Cargo.toml b/src/uu/tee/Cargo.toml index 3639e1c8e..a6c44f756 100644 --- a/src/uu/tee/Cargo.toml +++ b/src/uu/tee/Cargo.toml @@ -3,7 +3,7 @@ name = "tee" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_tee" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "tee" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/test/Cargo.toml b/src/uu/test/Cargo.toml index 21d070e05..4b89d3a6e 100644 --- a/src/uu/test/Cargo.toml +++ b/src/uu/test/Cargo.toml @@ -3,7 +3,7 @@ name = "test" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_test" @@ -18,4 +18,4 @@ redox_syscall = "0.1" [[bin]] name = "test" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/timeout/Cargo.toml b/src/uu/timeout/Cargo.toml index 24312f3aa..44a02a13e 100644 --- a/src/uu/timeout/Cargo.toml +++ b/src/uu/timeout/Cargo.toml @@ -3,7 +3,7 @@ name = "timeout" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_timeout" @@ -17,4 +17,4 @@ uucore = { version = "0.0.2", features = ["parse_time", "process"] } [[bin]] name = "timeout" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/touch/Cargo.toml b/src/uu/touch/Cargo.toml index 5c4a5f446..dd1f5fd58 100644 --- a/src/uu/touch/Cargo.toml +++ b/src/uu/touch/Cargo.toml @@ -3,7 +3,7 @@ name = "touch" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_touch" @@ -17,4 +17,4 @@ uucore = { version = "0.0.2", features = ["libc"] } [[bin]] name = "touch" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/tr/Cargo.toml b/src/uu/tr/Cargo.toml index 21b73787c..df3fc69da 100644 --- a/src/uu/tr/Cargo.toml +++ b/src/uu/tr/Cargo.toml @@ -3,7 +3,7 @@ name = "tr" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_tr" @@ -17,4 +17,4 @@ uucore = "0.0.2" [[bin]] name = "tr" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/true/Cargo.toml b/src/uu/true/Cargo.toml index 279752cc4..37db54256 100644 --- a/src/uu/true/Cargo.toml +++ b/src/uu/true/Cargo.toml @@ -3,7 +3,7 @@ name = "true" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_true" @@ -14,4 +14,4 @@ uucore = "0.0.2" [[bin]] name = "true" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/truncate/Cargo.toml b/src/uu/truncate/Cargo.toml index 396e29bd4..506c96550 100644 --- a/src/uu/truncate/Cargo.toml +++ b/src/uu/truncate/Cargo.toml @@ -3,7 +3,7 @@ name = "truncate" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_truncate" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "truncate" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/tsort/Cargo.toml b/src/uu/tsort/Cargo.toml index 157e67a70..82f710b1d 100644 --- a/src/uu/tsort/Cargo.toml +++ b/src/uu/tsort/Cargo.toml @@ -3,7 +3,7 @@ name = "tsort" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_tsort" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "tsort" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/tty/Cargo.toml b/src/uu/tty/Cargo.toml index db4f9fd05..7d2769a95 100644 --- a/src/uu/tty/Cargo.toml +++ b/src/uu/tty/Cargo.toml @@ -3,7 +3,7 @@ name = "tty" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_tty" @@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["fs"] } [[bin]] name = "tty" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/uname/Cargo.toml b/src/uu/uname/Cargo.toml index 62a3a2544..fa4ebb406 100644 --- a/src/uu/uname/Cargo.toml +++ b/src/uu/uname/Cargo.toml @@ -3,7 +3,7 @@ name = "uname" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_uname" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "uname" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/unexpand/Cargo.toml b/src/uu/unexpand/Cargo.toml index 8a28321ea..d81f290e4 100644 --- a/src/uu/unexpand/Cargo.toml +++ b/src/uu/unexpand/Cargo.toml @@ -3,7 +3,7 @@ name = "unexpand" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_unexpand" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "unexpand" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/uniq/Cargo.toml b/src/uu/uniq/Cargo.toml index 2a69e9c16..5263efca4 100644 --- a/src/uu/uniq/Cargo.toml +++ b/src/uu/uniq/Cargo.toml @@ -3,7 +3,7 @@ name = "uniq" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_uniq" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "uniq" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/unlink/Cargo.toml b/src/uu/unlink/Cargo.toml index e336e3ece..9cd1ee7d2 100644 --- a/src/uu/unlink/Cargo.toml +++ b/src/uu/unlink/Cargo.toml @@ -3,7 +3,7 @@ name = "unlink" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_unlink" @@ -16,4 +16,4 @@ uucore = "0.0.2" [[bin]] name = "unlink" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/uptime/Cargo.toml b/src/uu/uptime/Cargo.toml index d5427ab66..93bcd4349 100644 --- a/src/uu/uptime/Cargo.toml +++ b/src/uu/uptime/Cargo.toml @@ -3,7 +3,7 @@ name = "uptime" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_uptime" @@ -16,4 +16,4 @@ uucore = { version = "0.0.2", features = ["utmpx"] } [[bin]] name = "uptime" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/users/Cargo.toml b/src/uu/users/Cargo.toml index 25fe9dfc1..5176646cf 100644 --- a/src/uu/users/Cargo.toml +++ b/src/uu/users/Cargo.toml @@ -3,7 +3,7 @@ name = "users" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_users" @@ -15,4 +15,4 @@ uucore = { version = "0.0.2", features = ["utmpx"] } [[bin]] name = "users" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/wc/Cargo.toml b/src/uu/wc/Cargo.toml index 711f2d53e..cad2a4286 100644 --- a/src/uu/wc/Cargo.toml +++ b/src/uu/wc/Cargo.toml @@ -3,7 +3,7 @@ name = "wc" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_wc" @@ -15,4 +15,4 @@ uucore = "0.0.2" [[bin]] name = "wc" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/who/Cargo.toml b/src/uu/who/Cargo.toml index ba8cdad21..ce8f3c509 100644 --- a/src/uu/who/Cargo.toml +++ b/src/uu/who/Cargo.toml @@ -3,7 +3,7 @@ name = "who" version = "0.0.1" authors = [] license = "MIT" -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_who" @@ -16,4 +16,4 @@ clippy = { version = "0.0.212", optional = true } [[bin]] name = "who" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/whoami/Cargo.toml b/src/uu/whoami/Cargo.toml index b96dde5a8..f1d315fce 100644 --- a/src/uu/whoami/Cargo.toml +++ b/src/uu/whoami/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = [] license = "MIT" description = "Print effective user ID." -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_whoami" @@ -18,4 +18,4 @@ winapi = { version = "0.3", features = ["lmcons"] } [[bin]] name = "whoami" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" diff --git a/src/uu/yes/Cargo.toml b/src/uu/yes/Cargo.toml index 63960240f..aa5e8967b 100644 --- a/src/uu/yes/Cargo.toml +++ b/src/uu/yes/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.1" authors = [] license = "MIT" description = "Repeatedly output a line with all specified STRING(s), or 'y'." -build = "../#common/mkmain.rs" +build = "../../common/mkmain.rs" [lib] name = "uu_yes" @@ -20,4 +20,4 @@ default = [] [[bin]] name = "yes" -path = "../#common/uumain.rs" +path = "../../common/uumain.rs" From 15b2bfca188d46c43184e300ca152f67643b3a63 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Tue, 14 Apr 2020 12:14:06 -0500 Subject: [PATCH 5/5] change ~ fixup paths (within tests) --- tests/test_factor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_factor.rs b/tests/test_factor.rs index 460526c16..a6b853064 100644 --- a/tests/test_factor.rs +++ b/tests/test_factor.rs @@ -9,7 +9,7 @@ use common::util::*; -#[path = "../src/factor/sieve.rs"] +#[path = "../src/uu/factor/sieve.rs"] mod sieve; use self::sieve::Sieve;