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" }