1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
uutils-coreutils/src/test
Joseph Crail ca1074201f Split utility files into separate library.
Everything in src/common has been moved to src/uucore. This is defined
as a Cargo library, instead of directly included. This gives us
flexibility to make the library an external crate in the future.

Fixes #717.
2015-11-24 22:20:27 -05:00
..
Cargo.toml Split utility files into separate library. 2015-11-24 22:20:27 -05:00
test.rs use cargo idioms to manage dependency resolution and compilation 2015-11-23 02:04:15 -05:00