mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Use frosty instead of msgpack, compress everything
This commit is contained in:
parent
a8553db66e
commit
908da72ba9
2 changed files with 23 additions and 24 deletions
|
|
@ -19,9 +19,9 @@ requires "sass"
|
|||
requires "markdown#head"
|
||||
requires "https://github.com/zedeus/redis#head"
|
||||
requires "redpool#head"
|
||||
requires "msgpack4nim >= 0.3.1"
|
||||
requires "packedjson"
|
||||
requires "snappy#head"
|
||||
requires "https://github.com/disruptek/frosty#0.0.6"
|
||||
|
||||
|
||||
# Tasks
|
||||
|
|
|
|||
Loading…
Reference in a new issue