nushell/crates/nu-engine/Cargo.toml

19 lines
477 B
TOML
Raw Normal View History

[package]
authors = ["The Nushell Project Developers"]
description = "Nushell's evaluation engine"
edition = "2021"
license = "MIT"
name = "nu-engine"
2022-04-15 21:29:30 +00:00
version = "0.61.1"
2021-08-10 18:51:08 +00:00
[dependencies]
2022-04-15 21:29:30 +00:00
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" }
2021-10-20 05:58:25 +00:00
itertools = "0.10.1"
2021-12-02 06:35:32 +00:00
chrono = { version="0.4.19", features=["serde"] }
[features]
plugin = []