2021-01-10 15:50:49 +13:00
|
|
|
[package]
|
|
|
|
name = "nu-engine"
|
2022-02-07 14:54:06 -05:00
|
|
|
version = "0.59.0"
|
2022-01-20 05:13:45 -08:00
|
|
|
edition = "2021"
|
2021-08-11 06:51:08 +12:00
|
|
|
|
|
|
|
[dependencies]
|
2022-02-07 14:54:06 -05:00
|
|
|
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.59.0" }
|
|
|
|
nu-path = { path = "../nu-path", version = "0.59.0" }
|
2021-10-20 18:58:25 +13:00
|
|
|
itertools = "0.10.1"
|
2021-12-02 06:35:32 +00:00
|
|
|
chrono = { version="0.4.19", features=["serde"] }
|
2022-01-24 13:26:56 -05:00
|
|
|
glob = "0.3.0"
|
2021-12-02 06:35:32 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
plugin = []
|