From d3a28fde46bb06f084c74904fa8849b40e5f8c87 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Thu, 8 Oct 2020 21:56:57 -0400 Subject: refactored image_api into NewProductImageData and NewProductImages, ready for repo --- dichroism/Cargo.lock | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'dichroism/Cargo.lock') diff --git a/dichroism/Cargo.lock b/dichroism/Cargo.lock index 746457d..9184f40 100644 --- a/dichroism/Cargo.lock +++ b/dichroism/Cargo.lock @@ -733,6 +733,7 @@ dependencies = [ "serde", "serde_json", "toml", + "uuid 0.8.1", ] [[package]] @@ -1259,7 +1260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "492158e732f2e2de81c592f0a2427e57e12cd3d59877378fe7af624b6bbe0ca1" dependencies = [ "libc", - "uuid", + "uuid 0.6.5", "winapi 0.3.9", ] @@ -1314,6 +1315,12 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" +[[package]] +name = "md5" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e6bcd6433cff03a4bfc3d9834d504467db1f1cf6d0ea765d37d330249ed629d" + [[package]] name = "memchr" version = "2.3.3" @@ -2239,6 +2246,15 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "uuid" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11" +dependencies = [ + "md5", +] + [[package]] name = "vcpkg" version = "0.2.10" -- cgit v1.2.3