Add repository link to Cargo.toml

This commit is contained in:
Moritz Bitsch 2024-04-01 14:29:00 +02:00
parent 3aad0d13e9
commit 5876b6295f
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2021"
description = "small utility to copy text from terminal to system clipboard"
license = "ISC"
repository = "https://git.h6t.eu/madmo/osclip"
[dependencies]
base64-stream = "3.0.1"