diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-08 21:56:57 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-08 21:56:57 -0400 |
commit | d3a28fde46bb06f084c74904fa8849b40e5f8c87 (patch) | |
tree | e2d52a37524f1e792d6acc6e871f7711ca64001a /dichroism/Cargo.lock | |
parent | 89722ebd6dcdc7067277050a431fbb7b9ea1dcf5 (diff) | |
download | theglassyladies-d3a28fde46bb06f084c74904fa8849b40e5f8c87.tar.xz theglassyladies-d3a28fde46bb06f084c74904fa8849b40e5f8c87.zip |
refactored image_api into NewProductImageData and NewProductImages,
ready for repo
Diffstat (limited to 'dichroism/Cargo.lock')
-rw-r--r-- | dichroism/Cargo.lock | 18 |
1 files changed, 17 insertions, 1 deletions
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", ] @@ -1315,6 +1316,12 @@ 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" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2240,6 +2247,15 @@ dependencies = [ ] [[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" source = "registry+https://github.com/rust-lang/crates.io-index" |