From 076caf2e451f59922e8d44a2ea8ad9c2e9d5d0ff Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Tue, 7 Dec 2021 19:10:57 -0700 Subject: [PATCH] remove unecessary deps --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d220c14..5734026 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -leptess = "0.13.1" +leptess = "^0.13.1" +ocr-json-common = { path = "../ocr-json-common" } +serde_json = "1.0"