From a219c0211b9c0f93b382277740a3b6db7925970f Mon Sep 17 00:00:00 2001 From: sls1005 <90055573+sls1005@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:24:32 +0800 Subject: [PATCH] Add package moveiterators (#2767) --- packages.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 923e154..8c00212 100644 --- a/packages.json +++ b/packages.json @@ -32093,6 +32093,17 @@ ], "description": "Bindings for Whisper.cpp", "license": "MIT", - "url": "https://github.com/maleyva1/whisper", + "url": "https://github.com/maleyva1/whisper" }, + { + "name": "moveiterators", + "url": "https://github.com/sls1005/moveiterators", + "method": "git", + "tags": [ + "iterator" + ], + "description": "Special iterators that use move semantics", + "license": "MIT", + "web": "https://github.com/sls1005/moveiterators" + } ]