osclip/Cargo.toml
Moritz Bitsch df43a24a37
refactor: replace base64_stream with base64
the base64_stream is not required anymore as the base64 crate also
contains a streaming interface
2024-04-03 09:33:43 +02:00

11 lines
235 B
TOML

[package]
name = "osclip"
version = "0.1.1"
edition = "2021"
description = "small utility to copy text from terminal to system clipboard"
license = "ISC"
repository = "https://git.h6t.eu/madmo/osclip"
[dependencies]
base64 = "0.22.0"