From 613fa551fb8d0ca29397ca09b45e7be32484c283 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 22 Mar 2025 21:49:05 -0400 Subject: [PATCH] Add more metadata keys to Cargo.toml --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2b74c42..7d1289f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "kawari" description = "A server replacement for a certain MMO." +authors = ["Joshua Goins "] version = "0.1.0" edition = "2024" +license = "GPL-3.0" +homepage = "https://xiv.zone/kawari" +repository = "https://github.com/redstrate/Kawari" +readme = "README.md" [[bin]] name = "kawari-frontier"