saturn-patch/Cargo.toml

24 lines
517 B
TOML
Raw Permalink Normal View History

2021-02-16 01:40:40 -05:00
[package]
name = "saturn-patch"
version = "1.0.0"
authors = ["moparisthebest <admin@moparisthebest.com>"]
edition = "2018"
description = "patch and unpatch region and manufacturer code on saturn games"
repository = "https://code.moparisthebest.com/moparisthebest/saturn-patch"
2021-02-17 23:10:43 -05:00
keywords = ["saturn", "sega", "rom", "bin", "region"]
2021-02-16 01:40:40 -05:00
license = "AGPL-3.0-or-later"
readme = "README.md"
2021-02-17 23:10:43 -05:00
include = [
"**/*.rs",
"Cargo.toml",
"*.md",
]
2021-02-16 01:40:40 -05:00
[dependencies]
anyhow = "1.0"
hmac-sha256 = "0.1.6"
libc = "0.2.72"