mirror of
https://github.com/nushell/nushell.git
synced 2024-11-16 05:23:44 +01:00
11 lines
264 B
TOML
11 lines
264 B
TOML
[package]
|
|
name = "nu-engine"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nu-parser = { path = "../nu-parser" }
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
nu-path = { path = "../nu-path" }
|
|
itertools = "0.10.1"
|
|
chrono = { version="0.4.19", features=["serde"] } |