nu-engine 0.60.0

A set of query commands for Nushell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
edition = "2021"
license = "MIT"
name = "nu-engine"
version = "0.60.0"

[dependencies]
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.60.0"  }
nu-path = { path = "../nu-path", version = "0.60.0"  }
nu-glob = { path = "../nu-glob", version = "0.60.0" }

itertools = "0.10.1"
chrono = { version="0.4.19", features=["serde"] }

[features]
plugin = []