nushell/crates/nu-engine/Cargo.toml

16 lines
372 B
TOML
Raw Normal View History

[package]
name = "nu-engine"
2022-03-01 22:55:51 +01:00
version = "0.59.1"
edition = "2021"
2021-08-10 20:51:08 +02:00
[dependencies]
2022-03-01 22:55:51 +01:00
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.59.1" }
nu-path = { path = "../nu-path", version = "0.59.1" }
nu-glob = { path = "../nu-glob", version = "0.59.1" }
2021-10-20 07:58:25 +02:00
itertools = "0.10.1"
2021-12-02 07:35:32 +01:00
chrono = { version="0.4.19", features=["serde"] }
[features]
plugin = []