From 1910cee05d14eb46fb94e3dde7f08b94f882ec9f Mon Sep 17 00:00:00 2001 From: mii443 Date: Thu, 12 Jun 2025 01:16:49 +0900 Subject: [PATCH] add patch --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index dc42d58..3ccd9d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,3 +77,6 @@ qnn = [ "ort/qnn" ] migraphx = [ "ort/migraphx" ] vitis = [ "ort/vitis" ] azure = [ "ort/azure" ] + +[patch.crates-io] +esaxx-rs = { path = "libs/esaxx-rs" }