nushell/crates/nu-engine/Cargo.toml

14 lines
274 B
TOML
Raw Normal View History

2021-08-10 18:51:08 +00:00
[package]
name = "nu-engine"
version = "0.1.0"
edition = "2018"
[dependencies]
2021-12-02 06:35:32 +00:00
nu-protocol = { path = "../nu-protocol", features = ["plugin"] }
2021-10-09 01:02:01 +00:00
nu-path = { path = "../nu-path" }
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 = []