2021-01-10 02:50:49 +00:00
|
|
|
[package]
|
|
|
|
name = "nu-engine"
|
2022-02-07 19:54:06 +00:00
|
|
|
version = "0.59.0"
|
2022-01-20 13:13:45 +00:00
|
|
|
edition = "2021"
|
2021-08-10 18:51:08 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2022-02-07 19:54:06 +00:00
|
|
|
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.59.0" }
|
|
|
|
nu-path = { path = "../nu-path", version = "0.59.0" }
|
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"] }
|
2022-01-24 18:26:56 +00:00
|
|
|
glob = "0.3.0"
|
2021-12-02 06:35:32 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
plugin = []
|