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

11 lines
264 B
TOML
Raw Normal View History

2021-08-11 06:51:08 +12:00
[package]
name = "nu-engine"
version = "0.1.0"
edition = "2018"
[dependencies]
2021-09-02 13:29:43 +12:00
nu-parser = { path = "../nu-parser" }
2021-10-02 10:53:13 +13:00
nu-protocol = { path = "../nu-protocol" }
2021-10-09 14:02:01 +13:00
nu-path = { path = "../nu-path" }
2021-10-20 18:58:25 +13:00
itertools = "0.10.1"
chrono = { version="0.4.19", features=["serde"] }