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"]