Release 1.0.0
All checks were successful
moparisthebest/saturn-patch/pipeline/head This commit looks good
All checks were successful
moparisthebest/saturn-patch/pipeline/head This commit looks good
This commit is contained in:
parent
69c832190a
commit
a3ed8a69bb
@ -6,11 +6,17 @@ edition = "2018"
|
|||||||
|
|
||||||
description = "patch and unpatch region and manufacturer code on saturn games"
|
description = "patch and unpatch region and manufacturer code on saturn games"
|
||||||
repository = "https://code.moparisthebest.com/moparisthebest/saturn-patch"
|
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"
|
license = "AGPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
include = [
|
||||||
|
"**/*.rs",
|
||||||
|
"Cargo.toml",
|
||||||
|
"*.md",
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
hmac-sha256 = "0.1.6"
|
hmac-sha256 = "0.1.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user