diff --git a/Cargo.toml b/Cargo.toml index 7934a51..3790175 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ authors = ["Valentin Popov "] edition = "2018" [dependencies] +clap = "2.32.0" serde = "1.0.85" serde_derive = "1.0.85" serde_json = "1.0.36" -xml-rs = "0.8.0" +xml-rs = "0.8.0" \ No newline at end of file