bbb2json/Cargo.toml

12 lines
221 B
TOML
Raw Normal View History

[package]
name = "bbb-record-parser"
version = "0.1.0"
authors = ["Valentin Popov <info@valentineus.link>"]
edition = "2018"
[dependencies]
serde = "1.0.85"
serde_derive = "1.0.85"
serde_json = "1.0.36"
xml-rs = "0.8.0"