diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 20:13:46 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-10-03 20:13:46 -0400 |
commit | 58c6bd29b2efd14d7ae386124adf0750e6179370 (patch) | |
tree | 1b5b11cf9e4320440d5c28a76d304fd1eda369a0 /dichroism/Cargo.toml | |
parent | b08cfe37a28e7c84f754b4b75be9e2c1cec4ab22 (diff) | |
download | theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.tar.xz theglassyladies-58c6bd29b2efd14d7ae386124adf0750e6179370.zip |
added test for converting image uri to files, updated debug script
Diffstat (limited to 'dichroism/Cargo.toml')
-rw-r--r-- | dichroism/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml index 1a4679b..d921225 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -11,8 +11,8 @@ actix-web = "3" base64 = "0.13" diesel = { version = "1.4", features = [ "sqlite" ] } env_logger = "0.7" +image = "0.23" lazy_static = "1" listenfd = "0.3" log = "0.4" regex = "1" -image = "0.23" |