mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 17:05:03 +02:00
Nu plugins now depend on nu-plugin crate.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
use nu_errors::{CoerceInto, ShellError};
|
||||
use nu_plugin::{serve_plugin, Plugin};
|
||||
use nu_protocol::{
|
||||
serve_plugin, CallInfo, Plugin, Primitive, ReturnSuccess, ReturnValue, Signature,
|
||||
UntaggedValue, Value,
|
||||
CallInfo, Primitive, ReturnSuccess, ReturnValue, Signature, UntaggedValue, Value,
|
||||
};
|
||||
use nu_source::TaggedItem;
|
||||
|
||||
|
Reference in New Issue
Block a user