From df384492f949163ba43eefd0b988e2280bbf2349 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Mon, 27 Nov 2023 17:36:08 +0100 Subject: [PATCH] Add docs page to packate manifest --- ctru-rs/Cargo.toml | 1 + ctru-sys/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml index 3ccf64b..12ead22 100644 --- a/ctru-rs/Cargo.toml +++ b/ctru-rs/Cargo.toml @@ -4,6 +4,7 @@ version = "0.7.1" authors = ["Rust3DS Org", "Ronald Kinard "] description = "A safe wrapper around libctru" repository = "https://github.com/rust3ds/ctru-rs" +documentation = "https://rust3ds.github.io/ctru-rs/crates/ctru" keywords = ["3ds", "libctru"] categories = ["os", "api-bindings", "hardware-support"] exclude = ["examples"] diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml index 3cd651d..1e2c303 100644 --- a/ctru-sys/Cargo.toml +++ b/ctru-sys/Cargo.toml @@ -4,6 +4,7 @@ version = "0.5.0" authors = ["Rust3DS Org", "Ronald Kinard "] description = "Raw bindings to libctru" repository = "https://github.com/rust3ds/ctru-rs" +documentation = "https://rust3ds.github.io/ctru-rs/crates/ctru_sys" keywords = ["3ds", "libctru"] categories = ["os", "external-ffi-bindings", "no-std", "hardware-support"] exclude = ["src/.gitattributes"]