diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/rust/xml-rs/Cargo.lock | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/third_party/rust/xml-rs/Cargo.lock b/third_party/rust/xml-rs/Cargo.lock new file mode 100644 index 0000000000..dc33923332 --- /dev/null +++ b/third_party/rust/xml-rs/Cargo.lock @@ -0,0 +1,23 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "doc-comment" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" + +[[package]] +name = "lazy_static" +version = "1.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" + +[[package]] +name = "xml-rs" +version = "0.8.4" +dependencies = [ + "doc-comment", + "lazy_static", +] |