From 9cda3a193b84af0b2d3b018d03494ede581dfb48 Mon Sep 17 00:00:00 2001 From: LostQuasar Date: Fri, 14 Jun 2024 00:07:32 +0000 Subject: [PATCH] Add links --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dcb7c7f..73ea43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" edition = "2021" license = "GPL-3.0" description = "Interface with OpenShock via Rust" +documentation = "https://docs.rs/rzap/latest/rzap/" +homepage = "https://github.com/LostQuasar/rzap" +repository = "https://github.com/LostQuasar/rzap" [dependencies] reqwest = { version = "0.11.27" }