From 3f2ed1c118abdd3b3ef08fd1ffd55c3565d99e35 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Tue, 20 Feb 2024 22:11:33 +0000 Subject: [PATCH] Cargo.toml: add repository and documentation fields --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4837e3b..3a37a4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ [package] name = "factoriauth" description = "An unofficial authentication server for Factorio" +repository = "https://git.it-syndikat.org/xiretza/factoriauth" +documentation = "https://docs.rs/factoriauth" version = "0.1.0" authors = ["Lambda", "deneb"] edition = "2021"