mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-21 04:31:13 +00:00
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.
This commit is contained in:
parent
072f48f039
commit
ca1074201f
153 changed files with 353 additions and 399 deletions
|
|
@ -12,9 +12,9 @@
|
|||
extern crate getopts;
|
||||
extern crate libc;
|
||||
|
||||
#[path="../common/util.rs"]
|
||||
#[macro_use]
|
||||
mod util;
|
||||
extern crate uucore;
|
||||
|
||||
mod tokens;
|
||||
mod syntax_tree;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue