tame/tamer/Cargo.lock

26 lines
866 B
Plaintext
Raw Normal View History

2019-11-14 16:43:07 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2019-11-27 09:16:00 -05:00
[[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)",
]
2019-11-14 16:43:07 -05:00
[[package]]
name = "tamer"
version = "0.0.0"
2019-11-27 09:16:00 -05:00
dependencies = [
"quick-xml 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
2019-11-14 16:43:07 -05:00
2019-11-27 09:16:00 -05:00
[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"