Commit ·
df08fcd
1
Parent(s): eff14fc
Remove dicom placeholder, fix build
Browse files- Cargo.toml +0 -4
Cargo.toml
CHANGED
|
@@ -26,7 +26,3 @@ reqwest = { version = "0.12", features = ["json", "stream"] }
|
|
| 26 |
tokio-stream = "0.1"
|
| 27 |
futures = "0.3"
|
| 28 |
k256 = { version = "0.13", features = ["ecdsa", "sha256"] }
|
| 29 |
-
dicom-rs = "0.6"
|
| 30 |
-
image = "0.25"
|
| 31 |
-
tesseract = "0.16"
|
| 32 |
-
leptonica-sys = "0.4"
|
|
|
|
| 26 |
tokio-stream = "0.1"
|
| 27 |
futures = "0.3"
|
| 28 |
k256 = { version = "0.13", features = ["ecdsa", "sha256"] }
|
|
|
|
|
|
|
|
|
|
|
|