aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"