nushell/crates/nu-engine/Cargo.toml
JT ec5fd62f9f
Add licenses (#4893)
* Add licenses

* Add licenses
2022-03-23 09:25:38 +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.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 = []