From 24b00317995d3afba0105d150d294ddc8dcf1ffc Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 28 Mar 2024 22:25:11 +0100 Subject: [PATCH] extend crate manifest --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 23b4a8d..d5d6eeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,12 @@ name = "outfly" version = "0.2.0" edition = "2021" +homepage = "https://codeberg.org/hut/outfly" +repository = "https://codeberg.org/hut/outfly" +categories = ["game", "aerospace", "simulation"] +keywords = ["game", "space", "3d"] +license = "GPL-3.0-only" +rust-version = "1.76.0" [dependencies] regex = "1"