diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2019-01-27 21:27:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-27 21:27:07 +0000 |
| commit | c509dcbfa8dfc3d73ef10b65ab41c055c5d00802 (patch) | |
| tree | 8d12b41273548322be2edcf52cdf8996f5dc45f3 | |
| parent | 95b3dbd3c079c0a96d77071ca4c8353868049f11 (diff) | |
| parent | 51d196b620e54f761aacbaeea1816c6c4df19615 (diff) | |
| download | packages-c509dcbfa8dfc3d73ef10b65ab41c055c5d00802.tar.gz packages-c509dcbfa8dfc3d73ef10b65ab41c055c5d00802.zip | |
Merge pull request #997 from LemonBoy/add-cassette2108
Add package cassette
| -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" } ] |
