12 lines
335 B
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" } |