From 60902f789ff6322cf84d53d91f5cdeaf608d2e47 Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 23 May 2024 11:47:11 +0200 Subject: [PATCH] feat(cargo): added more detailed information --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c76a39c..7b3d7f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,6 +23,9 @@ description = "This crate is the CBS side reference implementation for communica version = "0.1.0" edition = "2021" license = "GPL-3.0-or-later" +homepage = "https://git.nerdcult.net/trinitrix" +repository = "https://git.nerdcult.net/trinitrix/triba" +readme = "README.md" [dependencies] thiserror = { version = "1.0.60" }