osclip/Cargo.toml

11 lines
241 B
TOML
Raw Normal View History

2024-03-31 18:18:12 +00:00
[package]
name = "osclip"
version = "0.1.0"
2024-03-31 18:18:12 +00:00
edition = "2021"
description = "small utility to copy text from terminal to system clipboard"
2024-03-31 18:18:12 +00:00
license = "ISC"
2024-04-01 12:29:00 +00:00
repository = "https://git.h6t.eu/madmo/osclip"
2024-03-31 18:18:12 +00:00
[dependencies]
base64-stream = "3.0.1"