1
0
mirror of https://github.com/nushell/nushell.git synced 2025-01-17 11:48:54 +01:00
nushell/crates/nu-engine/Cargo.toml
Fernando Herrera f3c8d35eb7
Plugin repeated ()
* not repeated decl in file and help

* implemented heashmap for repeated

* sorted scope commands
2021-12-03 14:29:55 +00:00

14 lines
274 B
TOML

[package]
name = "nu-engine"
version = "0.1.0"
edition = "2018"
[dependencies]
nu-protocol = { path = "../nu-protocol", features = ["plugin"] }
nu-path = { path = "../nu-path" }
itertools = "0.10.1"
chrono = { version="0.4.19", features=["serde"] }
[features]
plugin = []