aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-01-26 19:08:53 +0300
committerValentin Popov <info@valentineus.link>2019-01-26 19:08:53 +0300
commit5b83f223f99f567fab8749ed633f3e877f872821 (patch)
treef65c82603a90ad645acccf013c677cf643f2244e
parentdb9af9ad504f3d7ecc7294a682dd90d319d16717 (diff)
downloadbbb2json-5b83f223f99f567fab8749ed633f3e877f872821.tar.xz
bbb2json-5b83f223f99f567fab8749ed633f3e877f872821.zip
Sat, 26 Jan 2019 20:08:53 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3790175..0ec1fcf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "bbb-record-parser"
version = "0.1.0"
-authors = ["Valentin Popov <info@valentineus.link>"]
+authors = [ "Valentin Popov <info@valentineus.link>" ]
edition = "2018"
[dependencies]
-clap = "2.32.0"
+clap = { version = "2.32.0", features = [ "yaml" ] }
serde = "1.0.85"
-serde_derive = "1.0.85"
+serde_derive = "~1.0.85"
serde_json = "1.0.36"
xml-rs = "0.8.0" \ No newline at end of file