rscopy 0.1.0

A simple Rust implementation of pbcopy 🦀📋.
[[bin]]
name = "rscopy"
path = "src/main.rs"

[dependencies.clipboard]
version = "0.5.0"

[package]
authors = ["Morten T. R. Sunde <mtrsunde@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple Rust implementation of pbcopy 🦀📋."
documentation = "https://docs.rs/rscopy"
edition = "2021"
homepage = "https://github.com/mortentobias/rscopy"
keywords = ["clipboard", "pbcopy", "pasteboard", "rust", "cli"]
license = "MIT"
name = "rscopy"
readme = "README.md"
repository = "https://github.com/mortentobias/rscopy"
version = "0.1.0"