diff options
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 15a6abd..0c00c24 100644 --- a/packages.json +++ b/packages.json @@ -4036,5 +4036,17 @@ "description": "Cap'n Proto implementation for Nim", "license": "MIT", "web": "https://github.com/zielmicha/capnp.nim" + }, + { + "name": "biscuits", + "url": "git://github.com/achesak/nim-biscuits", + "method": "git", + "tags": [ + "cookie", + "persistence" + ], + "description": "better cookie handling", + "license": "MIT", + "web": "https://github.com/achesak/nim-biscuits" } ] |
