diff options
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" |