Files
nushell/crates/nu_plugin_stress_internals/Cargo.toml
Justin Ma 1b01625e1e Bump to 0.106.0 (#16222)
Bump to 0.106.0
2025-07-23 22:54:21 +08:00

20 lines
623 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 = "2024"
license = "MIT"
name = "nu_plugin_stress_internals"
version = "0.106.0"
[[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 }