mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 02:13:47 +01:00
19 lines
485 B
TOML
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 = []
|