diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2019-11-27 09:16:00 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2019-11-27 09:16:00 -0500 |
commit | 01e3c33b58b5ba2339ccc04823418148e990feb9 (patch) | |
tree | b0597eb49ae7a8f6d62a39e6050736a12209e027 /tamer/Cargo.toml | |
parent | e52dd458722b70033c1068605c6749612b19e0cd (diff) | |
download | tame-01e3c33b58b5ba2339ccc04823418148e990feb9.tar.gz tame-01e3c33b58b5ba2339ccc04823418148e990feb9.tar.bz2 tame-01e3c33b58b5ba2339ccc04823418148e990feb9.zip |
tamer/Cargo.toml: Add quick_xml
Diffstat (limited to 'tamer/Cargo.toml')
-rw-r--r-- | tamer/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tamer/Cargo.toml b/tamer/Cargo.toml index 2ff8db2..a8b246b 100644 --- a/tamer/Cargo.toml +++ b/tamer/Cargo.toml @@ -9,3 +9,5 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +quick-xml = ">= 0.17.0" + |