diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml index 69f88f4..16f4a3d 100644 --- a/ctru-rs/Cargo.toml +++ b/ctru-rs/Cargo.toml @@ -1,13 +1,14 @@ [package] +name = "ctru-rs" +version = "0.7.1" authors = ["Rust3DS Org", "Ronald Kinard "] description = "A safe wrapper around libctru" +repository = "https://github.com/rust3ds/ctru-rs" keywords = ["3ds", "libctru"] categories = ["os", "api-bindings"] +exclude = ["examples"] license = "Zlib" -name = "ctru-rs" -version = "0.7.1" edition = "2021" -repository = "https://github.com/rust3ds/ctru-rs" rust-version = "1.70" [lib] diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml index 03435b6..1420ebe 100644 --- a/ctru-sys/Cargo.toml +++ b/ctru-sys/Cargo.toml @@ -3,12 +3,13 @@ name = "ctru-sys" version = "22.2.0+2.2.2-1" authors = [ "Rust3DS Org", "Ronald Kinard " ] description = "Raw bindings to libctru" +repository = "https://github.com/rust3ds/ctru-rs" keywords = ["3ds", "libctru"] categories = ["os", "external-ffi-bindings", "no-std"] +exclude = ["bindgen.sh", "src/.gitattributes"] license = "Zlib" links = "ctru" edition = "2021" -repository = "https://github.com/rust3ds/ctru-rs" [dependencies] libc = { version = "0.2.121", default-features = false }