forked from extern/nushell
076fde16dd
* WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * Finish adding the baseline refactors for argument invocation * Finish cleanup and add test * Add missing plugin references
22 lines
612 B
TOML
22 lines
612 B
TOML
[package]
|
|
name = "nu_plugin_parse"
|
|
version = "0.14.1"
|
|
authors = ["The Nu Project Contributors"]
|
|
edition = "2018"
|
|
description = "A string parsing plugin for Nushell"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
nu-plugin = { path = "../nu-plugin", version = "0.14.1" }
|
|
nu-protocol = { path = "../nu-protocol", version = "0.14.1" }
|
|
nu-source = { path = "../nu-source", version = "0.14.1" }
|
|
nu-errors = { path = "../nu-errors", version = "0.14.1" }
|
|
futures = { version = "0.3", features = ["compat", "io-compat"] }
|
|
regex = "1"
|
|
|
|
[build-dependencies]
|
|
nu-build = { version = "0.14.1", path = "../nu-build" }
|