coreutils/src/sync
Michael Gehring 9d8abbcb06 Basic Cargo build
Builds the uutils multicall binary containing all utils (except stdbuf)
by default. To only build a subset
    `cargo --no-default-features --features <utils>`
can be used.

Whats missing is building the standalone binaries and a mechanism to
automatically disable the build of unix only utils on windows.
2015-08-28 21:12:30 +02:00
..
Cargo.toml Basic Cargo build 2015-08-28 21:12:30 +02:00
deps.mk Various Windows fixes 2015-07-19 20:25:48 -04:00
sync.rs Fix build on non-windows 2015-07-20 16:40:29 -04:00