Release 1.0.0
moparisthebest/saturn-patch/pipeline/head This commit looks good Details

This commit is contained in:
Travis Burtrum 2021-02-17 23:10:43 -05:00
parent 69c832190a
commit a3ed8a69bb
1 changed files with 7 additions and 1 deletions

View File

@ -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"