diff --git a/packages.json b/packages.json index 4c24da6..ca755a6 100644 --- a/packages.json +++ b/packages.json @@ -30159,5 +30159,18 @@ "description": "Cross-platform gamepad driver", "license": "MIT", "web": "https://github.com/konsumer/nim-gamepad" + }, + { + "name": "safeseq", + "url": "https://github.com/avahe-kellenberger/safeseq", + "method": "git", + "tags": [ + "seq", + "iteration", + "remove" + ], + "description": "Seq that can safely add and remove elements while iterating.", + "license": "GPL-2.0-only", + "web": "https://github.com/avahe-kellenberger/safeseq" } ]