aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 47d9263c2a84d9c7d28adce6e2cfbe44996d337a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = [ "Valentin Popov <info@valentineus.link>" ]
edition = "2018"
name = "bbb2json"
version = "0.1.0"

[dependencies]
clap = { version = "2.32.0", features = [ "yaml" ] }
serde = "1.0.85"
serde_derive = "1.0.85"
serde_json = "1.0.37"
xml-rs = "0.8.0"