nushell/crates/nu_plugin_stress_internals/Cargo.toml
Devyn Cairns 21ebdfe8d7
Bump version to 0.93.1 (#12710)
# Description

Next patch/dev release, `0.93.1`
2024-05-01 17:19:20 -05:00

20 lines
622 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.93.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 }