From 26b865537d38f18c959763ee96d5e2cc4062f4b1 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Tue, 7 Dec 2021 19:09:16 -0700 Subject: [PATCH] dependencies --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8ebdc05 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "ocr" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +imageproc = "^0.22.0" +image = "^0.23.14" +serde_json = "1.0" +ocr-json-common = { path = "../ocr-json-common" } +rusttype = "0.9.2"