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
14
15
16
[dependencies.prc-rs]
features = ["xml"]
version = "1.2"

[dependencies.structopt]
version = "0.3"

[package]
authors = ["BenHall-7 <benjaminjahall@gmail.com>"]
description = "Application for converting Smash Ultimate param files to XML and back"
edition = "2018"
license = "MIT"
license-file = "LICENSE"
name = "param-xml"
repository = "https://github.com/ultimate-research/prc-rs"
version = "1.0.0"