param-xml 1.0.0

Application for converting Smash Ultimate param files to XML and back
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "param-xml"
version = "1.0.0"
authors = ["BenHall-7 <benjaminjahall@gmail.com>"]
description = "Application for converting Smash Ultimate param files to XML and back"
license = "MIT"
license-file = "../LICENSE"
repository = "https://github.com/ultimate-research/prc-rs"
edition = "2018"

[dependencies]
structopt = "0.3"
prc-rs = { version = "1.2", features = ["xml"] }