diff --git a/Cargo.toml b/Cargo.toml index dcb7c7f..73ea43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" edition = "2021" license = "GPL-3.0" description = "Interface with OpenShock via Rust" +documentation = "https://docs.rs/rzap/latest/rzap/" +homepage = "https://github.com/LostQuasar/rzap" +repository = "https://github.com/LostQuasar/rzap" [dependencies] reqwest = { version = "0.11.27" }