nushell/crates/nu-engine/Cargo.toml
2021-12-02 06:35:32 +00:00

15 lines
312 B
TOML

[package]
name = "nu-engine"
version = "0.1.0"
edition = "2018"
[dependencies]
nu-parser = { path = "../nu-parser" }
nu-protocol = { path = "../nu-protocol", features = ["plugin"] }
nu-path = { path = "../nu-path" }
itertools = "0.10.1"
chrono = { version="0.4.19", features=["serde"] }
[features]
plugin = []