nushell/crates/nu-engine/Cargo.toml
2022-03-27 16:18:47 +13:00

19 lines
485 B
TOML

[package]
authors = ["The Nushell Project Developers"]
description = "A set of query commands for Nushell"
edition = "2021"
license = "MIT"
name = "nu-engine"
version = "0.60.1"
[dependencies]
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.60.1" }
nu-path = { path = "../nu-path", version = "0.60.1" }
nu-glob = { path = "../nu-glob", version = "0.60.1" }
itertools = "0.10.1"
chrono = { version="0.4.19", features=["serde"] }
[features]
plugin = []