mirror of
https://github.com/YaLTeR/wl-clipboard-rs.git
synced 2025-10-06 00:32:41 +02:00
tools: Add README and required Cargo.toml fields
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
[package]
|
||||
name = "wl-clipboard-rs-tools"
|
||||
version = "0.5.0"
|
||||
authors = ["Ivan Molodetskikh <yalterz@gmail.com>"]
|
||||
description = "Terminal utilities for accessing the Wayland clipboard."
|
||||
edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/wl-clipboard-rs"
|
||||
repository = "https://github.com/YaLTeR/wl-clipboard-rs"
|
||||
keywords = ["wayland", "clipboard"]
|
||||
categories = ["command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
wl-clipboard-rs = { path = "../" }
|
||||
wl-clipboard-rs = { path = "../", version = "0.5.0" }
|
||||
anyhow = "1.0.56"
|
||||
libc = "0.2.121"
|
||||
log = "0.4.14"
|
||||
|
10
wl-clipboard-rs-tools/README.md
Normal file
10
wl-clipboard-rs-tools/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# wl-clipboard-rs-tools
|
||||
|
||||
Terminal utilities for accessing the Wayland clipboard, implemented using [`wl-clipboard-rs`](https://crates.io/crates/wl-clipboard-rs).
|
||||
|
||||
## Included terminal utilities
|
||||
|
||||
- `wl-paste`: implements `wl-paste` from
|
||||
[wl-clipboard](https://github.com/bugaevc/wl-clipboard).
|
||||
- `wl-copy`: implements `wl-copy` from [wl-clipboard](https://github.com/bugaevc/wl-clipboard).
|
||||
- `wl-clip`: a Wayland version of `xclip`.
|
Reference in New Issue
Block a user