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.
rpgmv_decryptor/Cargo.toml

12 lines
335 B
TOML

[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"
clap = "2.33.1"
lz-string = { git = "https://github.com/adumbidiot/lz-string-rs" }