From 404f1397eb731bfcceebc253f38c842261f0de72 Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 10 Apr 2022 00:33:41 +0100 Subject: [PATCH] Added homepage and repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for cryptohelpers's current commit: Future small blessing − 末小吉 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 86acab3..446b032 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "cryptohelpers" version = "2.0.0" license= "MIT" +homepage="https://git.flanchan.moe/flanchan/cryptohelpers" +repository="https://github.com/notflan/cryptohelpers" description = "Collection of helpers and simplifying functions for cryptography things" authors = ["Avril "] edition = "2018"