From 02070e3660e0f73d4088f6d516a409158155c8c4 Mon Sep 17 00:00:00 2001 From: _ <> Date: Sun, 21 Mar 2021 18:16:29 +0000 Subject: [PATCH] :bug: bug: add metadata to ptth_relay --- crates/ptth_relay/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/ptth_relay/Cargo.toml b/crates/ptth_relay/Cargo.toml index fd695d6..5093db5 100644 --- a/crates/ptth_relay/Cargo.toml +++ b/crates/ptth_relay/Cargo.toml @@ -6,6 +6,9 @@ authors = ["Trish"] edition = "2018" license = "AGPL-3.0" +description = "The PTTH relay" +repository = "https://github.com/ReactorScram/ptth" + [dependencies] base64 = "0.13.0"