Skip to content

Commit 7aadde2

Browse files
committed
Add necessary fields
1 parent f333e8b commit 7aadde2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[package]
22
name = "rpgm-asset-decrypter-lib"
33
version = "1.0.0"
4-
edition = "2024"
4+
authors = ["savannstm <savannstm@gmail.com>"]
5+
edition = "2018"
6+
rust-version = "1.56.0"
7+
description = "A library for decrypting/encrypting RPG Maker MV/MZ audio and image assets."
8+
documentation = "https://docs.rs/rpgm-asset-decrypter-lib"
9+
readme = "README.md"
10+
repository = "https://github.com/savannstm/rpgm-asset-decrypter-lib"
11+
license-file = "LICENSE.md"
512

613
[dev-dependencies]
714
png = "0.17.16"

0 commit comments

Comments
 (0)