Start port of client result types

This commit is contained in:
Henry Schimke
2022-09-02 19:00:40 -05:00
parent 833e7a5347
commit c66da802b5
8 changed files with 378 additions and 288 deletions

View File

@@ -9,9 +9,10 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
regex = "1.6"
encoding = "0.2"
rand = "0.8.5"
urlencoding = "2.1.2"
image = {version = "0.24.3", optional = true}
imageproc = {version = "0.23.0", optional = true}