2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-14 21:18:49 +00:00
nushell/crates/nu-engine/Cargo.toml

15 lines
332 B
TOML
Raw Normal View History

[package]
name = "nu-engine"
2022-02-07 14:54:06 -05:00
version = "0.59.0"
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"] }
glob = "0.3.0"
2021-12-02 06:35:32 +00:00
[features]
plugin = []