Update nushell deps, add flake
This commit is contained in:
parent
771e42d740
commit
c129ba7e34
4 changed files with 737 additions and 638 deletions
|
@ -5,11 +5,11 @@ readme = "README.md"
|
|||
license = "MIT"
|
||||
name = "nu_plugin_ws"
|
||||
description = "A Nushell plugin for easily streaming output from websocket endpoints"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
nu-plugin = "0.101.0"
|
||||
nu-protocol = "0.101.0"
|
||||
nu-plugin = "0.104.0"
|
||||
nu-protocol = "0.104.0"
|
||||
tungstenite = { version = "0.24.0", features = ["native-tls"] }
|
||||
url = "2.5.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue