update to new crates structure

This commit is contained in:
Sebastian Jung 2019-12-03 20:56:39 +01:00
parent bda5db59c8
commit ecebe1314a

View File

@ -1,7 +1,8 @@
use crate::commands::WholeStreamCommand;
use crate::context::CommandRegistry;
use crate::errors::ShellError;
use crate::prelude::*;
use nu_errors::ShellError;
use nu_protocol::{Signature, SyntaxShape};
use nu_source::Tagged;
#[derive(Deserialize)]