diff --git a/mantle/rbx_api/Cargo.toml b/mantle/rbx_api/Cargo.toml index 5bd4523..34553ff 100644 --- a/mantle/rbx_api/Cargo.toml +++ b/mantle/rbx_api/Cargo.toml @@ -3,7 +3,7 @@ name = "rbx_api" description = "Make requests to Roblox's web APIs" version = "0.5.0" edition = "2021" -homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_api" +homepage = "https://github.com/blake-mealey/mantle/tree/main/mantle/rbx_api" repository = "https://github.com/blake-mealey/mantle" authors = ["Blake Mealey "] license = "MIT" diff --git a/mantle/rbx_auth/Cargo.toml b/mantle/rbx_auth/Cargo.toml index 7e674f3..276671f 100644 --- a/mantle/rbx_auth/Cargo.toml +++ b/mantle/rbx_auth/Cargo.toml @@ -3,7 +3,7 @@ name = "rbx_auth" description = "Constructs params for making authenticated requests to Roblox APIs" version = "0.3.0" edition = "2021" -homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_auth" +homepage = "https://github.com/blake-mealey/mantle/tree/main/mantle/rbx_auth" repository = "https://github.com/blake-mealey/mantle" authors = ["Blake Mealey "] license = "MIT" diff --git a/mantle/rbx_cookie/Cargo.toml b/mantle/rbx_cookie/Cargo.toml index 79f1929..bc7dc41 100644 --- a/mantle/rbx_cookie/Cargo.toml +++ b/mantle/rbx_cookie/Cargo.toml @@ -3,7 +3,7 @@ name = "rbx_cookie" description = "Access the ROBLOSECURITY cookie from your environment" version = "0.1.5" edition = "2021" -homepage = "https://github.com/blake-mealey/mantle/tree/main/rbx_cookie" +homepage = "https://github.com/blake-mealey/mantle/tree/main/mantle/rbx_cookie" repository = "https://github.com/blake-mealey/mantle" authors = ["Blake Mealey "] license = "MIT"