aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-01-23 03:04:03 +0300
committerValentin Popov <info@valentineus.link>2019-01-23 03:04:03 +0300
commit0490f4f3b63e9248233d6fb84b2e9f0939ffe1f9 (patch)
treec018b492c42204b25387c0ff0dfc3f727b8e7f59 /Cargo.toml
parent90a91dfcf4c65276b40a137bf0d31dc83ef5f45e (diff)
downloadbbb2json-0490f4f3b63e9248233d6fb84b2e9f0939ffe1f9.tar.xz
bbb2json-0490f4f3b63e9248233d6fb84b2e9f0939ffe1f9.zip
Wed, 23 Jan 2019 04:04:03 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a91a1bc..7934a51 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,7 @@ 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"