diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 13:35:45 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 13:35:45 -0400 |
commit | b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22 (patch) | |
tree | 567ee689aa66e3821b25a688147bae8d6313dc12 /dichroism/Cargo.toml | |
parent | 8a8aae4763e575cfdb268dc602a0cebd9581f138 (diff) | |
download | theglassyladies-b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22.tar.xz theglassyladies-b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22.zip |
restored debug script, successfully getting image from URI into file
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 749d362..1a4679b 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -15,3 +15,4 @@ lazy_static = "1" listenfd = "0.3" log = "0.4" regex = "1" +image = "0.23" |