mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
62e9698b11
* Allow external args to expand globs * WIP * A bit of cleanups and refactor to glob_from * oops, add file
15 lines
289 B
TOML
15 lines
289 B
TOML
[package]
|
|
name = "nu-engine"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nu-protocol = { path = "../nu-protocol", features = ["plugin"] }
|
|
nu-path = { path = "../nu-path" }
|
|
itertools = "0.10.1"
|
|
chrono = { version="0.4.19", features=["serde"] }
|
|
glob = "0.3.0"
|
|
|
|
[features]
|
|
plugin = []
|