Skip to content

Commit a457e56

Browse files
committed
Update cargo manifest
1 parent 6523483 commit a457e56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[package]
22
name = "rpgmad-lib"
33
version = "1.0.1"
4+
authors = ["savannstm <[email protected]>"]
45
edition = "2021"
6+
rust-version = "1.60.0"
7+
description = "A decrypter implementation for rpgm-archive-decrypter. Not intended for use in other applications; but can be."
8+
readme = "README.md"
9+
repository = "https://github.com/savannstm/rpgm-archive-decrypter-lib"
10+
documentation = "https://docs.rs/rpgmad-lib"
11+
license-file = "LICENSE.md"
512

613
[features]
714
rayon = ["dep:rayon"]

0 commit comments

Comments
 (0)