diff --git a/packages.json b/packages.json index a95cb3e..4ed05dc 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,14 @@ [ + { + "name": "onnxruntime", + "url": "https://github.com/YesDrX/onnxruntime-nim.git", + "method": "git", + "tags": [ + "onnxruntime" + ], + "description": "onnxruntime C Api wrapped for nim", + "license": "MIT", + "web": "https://github.com/YesDrX/onnxruntime-nim/"}, { "name": "bionim", "url": "https://github.com/Unaimend/bionim",