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"