osclip/Cargo.toml

10 lines
194 B
TOML

[package]
name = "osclip"
version = "0.1.0"
edition = "2021"
description = "small utility to copy text from terminal to system clipboard"
license = "ISC"
[dependencies]
base64-stream = "3.0.1"