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"