From 52c0c165b2d23d63887953dd09f88c0ae7d2ae01 Mon Sep 17 00:00:00 2001 From: Leonard Lesinski <84378319+Le0X8@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:46:42 +0100 Subject: [PATCH] chore: Added Cargo.toml fields for Crates.io --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 33af057..c839e99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,9 @@ name = "acridotheres-3ds" version = "0.1.0" edition = "2021" +description = "Nintendo 3DS-specific file formats for Acridotheres" +license = "MIT" +repository = "https://github.com/acridotheres/3ds-formats" [dependencies] dh = "0.8.0" \ No newline at end of file