nu_plugin_ws/Cargo.toml
Markus Scully 1d18a4af5c 🐛 downgrade nushell dependencies to 0.104.1
The latest version of nushell seems to have broken the way this plugin is implemented. Downgrading solves it for now
2025-06-20 12:52:49 +03:00

15 lines
460 B
TOML

[package]
authors = ["Alex Johnson <alex.kattathra.johnson@gmail.com>"]
homepage = "https://github.com/alex-kattathra-johnson/nu_plugin_ws"
readme = "README.md"
license = "MIT"
name = "nu_plugin_ws"
description = "A Nushell plugin for easily streaming output from websocket endpoints"
version = "0.3.2"
edition = "2021"
[dependencies]
nu-plugin = "0.104.1"
nu-protocol = "0.104.1"
tungstenite = { version = "0.24.0", features = ["native-tls"] }
url = "2.5.3"