diff --git a/crates/bevy_utils/macros/Cargo.toml b/crates/bevy_utils/macros/Cargo.toml index 998bf6e2ff..78825d2912 100644 --- a/crates/bevy_utils/macros/Cargo.toml +++ b/crates/bevy_utils/macros/Cargo.toml @@ -4,6 +4,7 @@ version = "0.14.0-dev" description = "Bevy Utils Proc Macros" edition = "2021" license = "MIT OR Apache-2.0" +repository = "https://github.com/bevyengine/bevy" [lib] proc-macro = true