mirror of
https://github.com/nushell/nushell.git
synced 2024-12-26 17:09:06 +01:00
ff3dffd813
* Fork glob. Normalise license holder * Fix more licenses * unwraps * bad doc test
16 lines
372 B
TOML
16 lines
372 B
TOML
[package]
|
|
name = "nu-engine"
|
|
version = "0.59.1"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nu-protocol = { path = "../nu-protocol", features = ["plugin"], version = "0.59.1" }
|
|
nu-path = { path = "../nu-path", version = "0.59.1" }
|
|
nu-glob = { path = "../nu-glob", version = "0.59.1" }
|
|
|
|
itertools = "0.10.1"
|
|
chrono = { version="0.4.19", features=["serde"] }
|
|
|
|
[features]
|
|
plugin = []
|