nushell/crates/nu-engine/Cargo.toml
JT ff3dffd813
Nu glob (#4818)
* Fork glob. Normalise license holder

* Fix more licenses

* unwraps

* bad doc test
2022-03-13 11:30:27 -07:00

16 lines
372 B
TOML

[package]
name = "nu-engine"
version = "0.59.1"
edition = "2021"
[dependencies]
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" }
itertools = "0.10.1"
chrono = { version="0.4.19", features=["serde"] }
[features]
plugin = []