mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
0dd35cddcd
Marks development for hotfix
19 lines
621 B
TOML
19 lines
621 B
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
description = "A test plugin for Nushell to stress aspects of the internals"
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_stress_internals"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu_plugin_stress_internals"
|
|
version = "0.95.1"
|
|
|
|
[[bin]]
|
|
name = "nu_plugin_stress_internals"
|
|
bench = false
|
|
|
|
[dependencies]
|
|
# Intentionally not using the nu-protocol / nu-plugin crates, to check behavior against our
|
|
# assumptions about the serialized format
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
interprocess = { workspace = true } |