mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-03-21 18:04:10 -05:00
15 lines
258 B
TOML
15 lines
258 B
TOML
[package]
|
|
name = "kbinxml"
|
|
version = "0.1.0"
|
|
authors = ["Matt Bilker <me@mbilker.us>"]
|
|
|
|
[dependencies]
|
|
byteorder = "1.2.3"
|
|
encoding = "0.2"
|
|
lazy_static = "1.0.0"
|
|
log = "0.4.1"
|
|
minidom = "0.9.0"
|
|
num = "0.1.42"
|
|
pretty_env_logger = "0.2.3"
|
|
quick-xml = "0.12.1"
|