From 04888a34cb45c5dc437ca7cd807ca71515d05ea3 Mon Sep 17 00:00:00 2001 From: ZoOL Date: Wed, 3 Apr 2024 12:54:26 +0800 Subject: [PATCH] add homepage and documentation to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index bbac56a..74b3b48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,8 @@ repository = "https://github.com/foxzool/bevy_cronjob" license = "MIT OR Apache-2.0" keywords = ["bevy", "cronjob", "plugin"] categories = ["game-development"] +homepage = "https://github.com/foxzool/bevy_cronjob" +documentation = "https://docs.rs/bevy_cronjob" [dependencies] bevy_ecs = "0.13.0"