nushell/crates/nu-engine/Cargo.toml
Reilly Wood a26272b44b
Clean up tests and unused documentation code (#5273)
* Delete unused documentation code+test

* Fix up test to account for new select behavior
2022-04-21 06:13:58 -05:00

18 lines
456 B
TOML

[package]
authors = ["The Nushell Project Developers"]
description = "Nushell's evaluation engine"
edition = "2021"
license = "MIT"
name = "nu-engine"
version = "0.61.1"
[dependencies]
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.61.1" }
nu-path = { path = "../nu-path", version = "0.61.1" }
nu-glob = { path = "../nu-glob", version = "0.61.1" }
chrono = { version="0.4.19", features=["serde"] }
[features]
plugin = []