Expose IntoExpression

pull/3/head
trivernis 2 years ago
parent 30a7d92f7e
commit 004392531d
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,6 +1,6 @@
[package]
name = "embed-nu"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/Trivernis/embed-nu"

@ -8,6 +8,7 @@ pub(crate) mod utils;
pub use argument::{Argument, IntoArgument};
pub use context::{CommandGroupConfig, Context, ContextBuilder};
pub use into_expression::*;
pub use into_value::*;
pub use nu_protocol::PipelineData;
pub use rusty_value;

Loading…
Cancel
Save