From c3ccbbb3a05bb210d5aa25584947a1e806081de6 Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Sat, 21 Oct 2023 16:00:40 -0500 Subject: [PATCH] Add more info to cappy3ds cargo file --- cappy3ds/Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cappy3ds/Cargo.toml b/cappy3ds/Cargo.toml index 178de13..9a84f43 100644 --- a/cappy3ds/Cargo.toml +++ b/cappy3ds/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "cappy3ds" -version = "0.1.0" +version = "0.0.1" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +license = "MIT" +repository = "https://github.com/DDRBoxman/Cappy3ds" +description = "A library to interface with various 3DS and DS capture cards" [dependencies] hex = "0.4.3"