Merge pull request #997 from LemonBoy/add-cassette2108

Add package cassette
This commit is contained in:
Dominik Picheta 2019-01-27 21:27:07 +00:00 committed by GitHub
commit c509dcbfa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]