diff --git a/cappy3ds/Cargo.toml b/cappy3ds/Cargo.toml index 178de13..89848e0 100644 --- a/cappy3ds/Cargo.toml +++ b/cappy3ds/Cargo.toml @@ -1,9 +1,9 @@ [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" [dependencies] hex = "0.4.3"