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