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.toml | |
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.toml')
-rw-r--r-- | dichroism/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml index 3ecf4cb..f699617 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -18,3 +18,4 @@ regex = "1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" toml = "0.5" +uuid = { version = "0.8", features = ["v3"] } |