From d561bd370156e008a9cc96d513ae738f70d55765 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 31 Oct 2024 23:17:37 -0400 Subject: [PATCH] Set the repository and license fields in the Cargo manifest --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4d0d589..127d4c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,8 @@ name = "auracite" version = "0.1.0" edition = "2021" description = "Export your FFXIV character in portable, generic formats" +repository = "https://github.com/redstrate/Auracite" +license = "AGPL-3" [lib] crate-type = ["cdylib", "rlib"]