We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6523483 commit a457e56Copy full SHA for a457e56
Cargo.toml
@@ -1,7 +1,14 @@
1
[package]
2
name = "rpgmad-lib"
3
version = "1.0.1"
4
+authors = ["savannstm <[email protected]>"]
5
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"
12
13
[features]
14
rayon = ["dep:rayon"]
0 commit comments