From a3ed8a69bb0a4bbabc9267100806e34ee71d9214 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Wed, 17 Feb 2021 23:10:43 -0500 Subject: [PATCH] Release 1.0.0 --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 265f0ec..f600f76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,17 @@ edition = "2018" description = "patch and unpatch region and manufacturer code on saturn games" repository = "https://code.moparisthebest.com/moparisthebest/saturn-patch" -keywords = ["saturn", "sega", "rom", "iso", "bin", "region"] +keywords = ["saturn", "sega", "rom", "bin", "region"] license = "AGPL-3.0-or-later" readme = "README.md" +include = [ + "**/*.rs", + "Cargo.toml", + "*.md", +] + [dependencies] anyhow = "1.0" hmac-sha256 = "0.1.6"