mirror of
https://github.com/logos-storage/nim-serde.git
synced 2026-01-02 05:33:11 +00:00
* chore: allow for newer versions of chronicles Signed-off-by: Mark Spanbroek <mark@spanbroek.net> * chore: add nimble lock Signed-off-by: Mark Spanbroek <mark@spanbroek.net> * chore!: no longer support nim 1.6.x Signed-off-by: Mark Spanbroek <mark@spanbroek.net> * fix: make tests work with nimble lock file Signed-off-by: Mark Spanbroek <mark@spanbroek.net> --------- Signed-off-by: Mark Spanbroek <mark@spanbroek.net>
15 lines
341 B
Nim
15 lines
341 B
Nim
# Package
|
|
|
|
version = "1.2.2"
|
|
author = "nim-serde authors"
|
|
description = "Easy-to-use serialization capabilities (currently json only)."
|
|
license = "MIT"
|
|
skipDirs = @["tests"]
|
|
|
|
# Dependencies
|
|
requires "chronicles >= 0.10.3"
|
|
requires "questionable >= 0.10.13 & < 0.11.0"
|
|
requires "stint"
|
|
requires "stew"
|
|
requires "asynctest >= 0.5.1 & < 0.6.0"
|