nushell/crates/nu-cli/src
Jason Gedge b2c5af457e
Move most of the root package into a subcrate. (#1445)
This improves incremental build time when working on what was previously
the root package. For example, previously all plugins would be rebuilt
with a change to `src/commands/classified/external.rs`, but now only
`nu-cli` will have to be rebuilt (and anything that depends on it).
2020-03-04 13:58:20 -05:00
..
commands Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
data Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
env Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
evaluate Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
format Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
shell Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
utils Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
cli.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
commands.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
context.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
data.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
deserializer.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
env.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
format.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lib.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
prelude.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
shell.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
stream.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
utils.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00