diff --git a/tamer/Cargo.lock b/tamer/Cargo.lock index a0f4c715..ba04ff04 100644 --- a/tamer/Cargo.lock +++ b/tamer/Cargo.lock @@ -1,6 +1,25 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +[[package]] +name = "memchr" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] +name = "quick-xml" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "tamer" version = "0.0.0" +dependencies = [ + "quick-xml 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", +] +[metadata] +"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" +"checksum quick-xml 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcdba8c8d71275493d966ef052a88726ac8590c15a09968b32158205c672ef" diff --git a/tamer/Cargo.toml b/tamer/Cargo.toml index 2ff8db25..a8b246b7 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" +