diff options
| author | achesak <achesak@yahoo.com> | 2016-01-22 15:01:13 -0600 |
|---|---|---|
| committer | achesak <achesak@yahoo.com> | 2016-01-22 15:01:13 -0600 |
| commit | fcfe3631c91f7d8b4c4a5fe30a501a390cf2b67b (patch) | |
| tree | 05f9393e2f56a597dddb3b639a0865941d409206 /packages.json | |
| parent | 5b402121fe03d02ec73ca69d6007b740d76d7257 (diff) | |
| download | packages-fcfe3631c91f7d8b4c4a5fe30a501a390cf2b67b.tar.gz packages-fcfe3631c91f7d8b4c4a5fe30a501a390cf2b67b.zip | |
Added biscuits.
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index df9249e..de6a027 100644 --- a/packages.json +++ b/packages.json @@ -4010,5 +4010,17 @@ "description": "Asynchronous networking engine for Nim", "license": "MIT", "web": "https://networkos.net/nim/reactor.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" } ] |
