mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
add jsony lib
This commit is contained in:
parent
8aef91d73e
commit
cb329752ae
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ This is the Glimpse API server.
|
|||
Install needed libraries:
|
||||
|
||||
```sh
|
||||
nimble install jester norm checksums
|
||||
nimble install jester norm checksums jsony
|
||||
```
|
||||
|
||||
Build the glimpse executable (if you want the SQL queries logged, compile with `normDebug`):
|
||||
|
|
|
@ -11,3 +11,4 @@ requires "nim >= 2.0.2"
|
|||
requires "jester"
|
||||
requires "norm"
|
||||
requires "checksums"
|
||||
requires "jsony"
|
Loading…
Add table
Reference in a new issue