2019-01-23 02:04:00 +04:00
|
|
|
[package]
|
|
|
|
name = "bbb-record-parser"
|
|
|
|
version = "0.1.0"
|
2019-01-26 20:08:53 +04:00
|
|
|
authors = [ "Valentin Popov <info@valentineus.link>" ]
|
2019-01-23 02:04:00 +04:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-01-26 20:08:53 +04:00
|
|
|
clap = { version = "2.32.0", features = [ "yaml" ] }
|
2019-01-27 03:56:57 +04:00
|
|
|
rustc-serialize = "0.3.24"
|
2019-01-26 19:13:27 +04:00
|
|
|
xml-rs = "0.8.0"
|