fix: align Rust ML service with verified cargo build

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Asep Haryana Saputra
2026-05-23 12:21:33 +00:00
co-authored by Claude Opus 4.7
parent e2e3addd66
commit e03c8a60fe
5 changed files with 2289 additions and 26 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ edition = "2021"
anyhow = "1.0"
axum = { version = "0.7", features = ["multipart"] }
image = "0.25"
ndarray = "0.15"
ort = { version = "2.0.0-rc.10", features = ["download-binaries"] }
ndarray = "0.17"
ort = { version = "2.0.0-rc.10", features = ["download-binaries", "ndarray"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "net"] }