diff options
author | Valentin Popov <info@valentineus.link> | 2019-01-23 03:04:03 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-01-23 03:04:03 +0300 |
commit | 0490f4f3b63e9248233d6fb84b2e9f0939ffe1f9 (patch) | |
tree | c018b492c42204b25387c0ff0dfc3f727b8e7f59 /Cargo.toml | |
parent | 90a91dfcf4c65276b40a137bf0d31dc83ef5f45e (diff) | |
download | bbb2json-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.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |