Browse Source

Add docs page to packate manifest

pull/148/head
Andrea Ciliberti 1 year ago
parent
commit
df384492f9
  1. 1
      ctru-rs/Cargo.toml
  2. 1
      ctru-sys/Cargo.toml

1
ctru-rs/Cargo.toml

@ -4,6 +4,7 @@ version = "0.7.1" @@ -4,6 +4,7 @@ version = "0.7.1"
authors = ["Rust3DS Org", "Ronald Kinard <furyhunter600@gmail.com>"]
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"]

1
ctru-sys/Cargo.toml

@ -4,6 +4,7 @@ version = "0.5.0" @@ -4,6 +4,7 @@ version = "0.5.0"
authors = ["Rust3DS Org", "Ronald Kinard <furyhunter600@gmail.com>"]
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"]

Loading…
Cancel
Save