farctool 1.1.0

A program to extract and list file in a FARC archive, used in pokemon mystery dungeon on 3ds
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "farctool"
version = "1.1.0"
authors = ["marius851000 <mariusdavid@laposte.net>"]
edition = "2018"
description = "A program to extract and list file in a FARC archive, used in pokemon mystery dungeon on 3ds"
repository = "https://github.com/marius851000/farctool"
keywords = [ "parser", "tool" ]
categories = [ "command-line-utilities" ]
license = "CC0-1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
env_logger = "0.7.1"
clap = "3.0.0-beta.2"
log = "0.4.8"
pmd_farc = "1.0.0"
anyhow = "1.0.0"