This repository has been archived on 2021-06-30. You can view files and clone it, but cannot push or open issues or pull requests.
2020-06-02 02:35:45 +00:00
|
|
|
[package]
|
|
|
|
name = "rpgmv_decryptor"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Rekai Musuka <musukarekai@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.31"
|
2020-06-17 23:27:32 +00:00
|
|
|
clap = "2.33.1"
|
|
|
|
lz-string = { git = "https://github.com/adumbidiot/lz-string-rs" }
|