diff options
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 5e047dc..c5464fc 100644 --- a/packages.json +++ b/packages.json @@ -12515,5 +12515,20 @@ "description": "Ladder logic macros for Nim", "license": "Apache-2.0", "web": "https://gitlab.com/ryukoposting/nim-ladder" + }, + { + "name": "cassette", + "url": "https://github.com/LemonBoy/cassette", + "method": "git", + "tags": [ + "http", + "network", + "test", + "mock", + "requests" + ], + "description": "Record and replay your HTTP sessions!", + "license": "MIT", + "web": "https://github.com/LemonBoy/cassette" } ] |
