aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 54b8ebc1aadd047c865e360d9e157c684e6ab750 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "bbb-record-parser"
version = "0.1.0"
authors = [ "Valentin Popov <info@valentineus.link>" ]
edition = "2018"

[dependencies]
clap = { version = "2.32.0", features = [ "yaml" ] }
rustc-serialize = "0.3.24"
xml-rs = "0.8.0"