Skip to content

Commit

Permalink
Merge pull request nim-lang#997 from LemonBoy/add-cassette2108
Browse files Browse the repository at this point in the history
Add package cassette
  • Loading branch information
dom96 authored Jan 27, 2019
2 parents 95b3dbd + 51d196b commit c509dcb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit c509dcb

Please sign in to comment.