From 849ea6370931be58b41fc47fc43a21b2ccf8b549 Mon Sep 17 00:00:00 2001 From: kitsunecafe <10284516+kitsunecafe@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:45:25 -0500 Subject: [PATCH] update cargo.toml to prepare for publishing --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cad1086..7bbd38e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "roxy_core" version = "0.1.0" edition = "2021" +authors = ["Rowan "] +repository = "https://fem.mint.lgbt/kitsunecafe/roxy-core" +license = "GPL-3.0-or-later" [dependencies] anyhow = "1.0.79"