aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0ec1fcf869bab99a1618ccc88f100ca7fdd66ba5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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" ] }
serde = "1.0.85"
serde_derive = "~1.0.85"
serde_json = "1.0.36"
xml-rs = "0.8.0"