Some checks failed
Build and Test / Validate Setup (push) Has been cancelled
Build and Test / Build (darwin-amd64) (push) Has been cancelled
Build and Test / Build (darwin-arm64) (push) Has been cancelled
Build and Test / Build (linux-amd64) (push) Has been cancelled
Build and Test / Build (windows-amd64) (push) Has been cancelled
Build and Test / Build (linux-arm64) (push) Has been cancelled
Build and Test / Security Audit (push) Has been cancelled
Build and Test / Package Results (push) Has been cancelled
Build and Test / Quality Gate (push) Has been cancelled
30 lines
672 B
TOML
30 lines
672 B
TOML
[package]
|
|
name = "nu_plugin_clipboard"
|
|
license = "MIT"
|
|
authors = ["Motalleb Fallahnezhad <fmotalleb@gmail.com>"]
|
|
keywords = [
|
|
"nushell",
|
|
"clipboard",
|
|
"plugin",
|
|
]
|
|
homepage = "https://github.com/FMotalleb/nu_plugin_clipboard"
|
|
repository = "https://github.com/FMotalleb/nu_plugin_clipboard"
|
|
description = "A nushell plugin to copy text into clipboard or get text from it."
|
|
version = "0.109.1"
|
|
edition = "2024"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
nu-plugin = "0.109.1"
|
|
nu-protocol = "0.109.1"
|
|
nu-json = "0.109.1"
|
|
|
|
[dependencies.arboard]
|
|
version = "3.6.1"
|
|
default-features = false
|
|
|
|
[features]
|
|
default = []
|
|
use-wayland = ["arboard/wayland-data-control"]
|
|
debug = []
|