Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mantle/rbx_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <blakemealey@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion mantle/rbx_auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <blakemealey@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion mantle/rbx_cookie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <blakemealey@gmail.com>"]
license = "MIT"
Expand Down