From 5876b6295fd8a29efb0d3fae94bf91e0e434ac6d Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Mon, 1 Apr 2024 14:29:00 +0200 Subject: [PATCH] Add repository link to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 40f6a55..dc98c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"