mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
da4d24d082
* Bump to 0.18.2. Move starship external. * Fix failing test
27 lines
648 B
TOML
27 lines
648 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors"]
|
|
description = "A process list plugin for Nushell"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "nu_plugin_ps"
|
|
version = "0.18.2"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
nu-errors = {path = "../nu-errors", version = "0.18.2"}
|
|
nu-plugin = {path = "../nu-plugin", version = "0.18.2"}
|
|
nu-protocol = {path = "../nu-protocol", version = "0.18.2"}
|
|
nu-source = {path = "../nu-source", version = "0.18.2"}
|
|
|
|
futures = {version = "0.3", features = ["compat", "io-compat"]}
|
|
futures-timer = "3.0.2"
|
|
|
|
[dependencies.heim]
|
|
default-features = false
|
|
features = ["process"]
|
|
version = "0.1.0-beta.3"
|
|
|
|
[build-dependencies]
|