23 lines
680 B
TOML
23 lines
680 B
TOML
[package]
|
|
name = "nu_plugin_port_extension"
|
|
version = "0.105.2"
|
|
description = "A nushell plugin to list all active connections and scanning ports on a target address"
|
|
homepage = "https://github.com/FMotalleb/nu_plugin_port_list"
|
|
keywords = ["nushell", "network", "plugin"]
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/FMotalleb/nu_plugin_port_list"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
derive_builder = "0.20.2"
|
|
derive-getters = "0.5.0"
|
|
netstat2 = "0.11.1"
|
|
nu-plugin = { version = "0.105.2", path = "../nushell/crates/nu-plugin" }
|
|
sysinfo = "0.35.2"
|
|
|
|
[dependencies.nu-protocol]
|
|
features = ["plugin"]
|
|
version = "0.105.2"
|
|
path = "../nushell/crates/nu-protocol"
|