diff --git a/agb-fixnum/Cargo.toml b/agb-fixnum/Cargo.toml index 5fb0ce93..d40fd7bf 100644 --- a/agb-fixnum/Cargo.toml +++ b/agb-fixnum/Cargo.toml @@ -4,8 +4,7 @@ version = "0.2.1" edition = "2021" license = "MPL-2.0" description = "Library for abstracting over fixed precision numbers. Designed for use with the agb library for the Game Boy Advance" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +repository = "https://github.com/agbrs/agb" [dependencies] agb_macros = { version = "0.2.0", path = "../agb-macros" } diff --git a/agb-image-converter/Cargo.toml b/agb-image-converter/Cargo.toml index 0f539f76..5b243412 100644 --- a/agb-image-converter/Cargo.toml +++ b/agb-image-converter/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper "] edition = "2018" license = "MPL-2.0" description = "Library for converting graphics for use on the Game Boy Advance" +repository = "https://github.com/agbrs/agb" [lib] proc-macro = true diff --git a/agb-macros/Cargo.toml b/agb-macros/Cargo.toml index 1c91d866..555dd1e1 100644 --- a/agb-macros/Cargo.toml +++ b/agb-macros/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper "] edition = "2018" license = "MPL-2.0" description = "Macro for declaring the entry point for a game using the agb library" +repository = "https://github.com/agbrs/agb" [lib] proc-macro = true diff --git a/agb-sound-converter/Cargo.toml b/agb-sound-converter/Cargo.toml index 1a221e16..142b33e3 100644 --- a/agb-sound-converter/Cargo.toml +++ b/agb-sound-converter/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Gwilym Kuiper "] edition = "2018" license = "MPL-2.0" description = "Library for converting wavs for use on the Game Boy Advance" +repository = "https://github.com/agbrs/agb" [profile.dev] opt-level = 3 diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 1bea31fb..403da505 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Corwin Kuiper ", "Gwilym Kuiper "] edition = "2018" description = "Library for Game Boy Advance Development" license = "MPL-2.0" +repository = "https://github.com/agbrs/agb" [profile.dev] opt-level = 3