mirror of
https://github.com/status-im/nim-serialization.git
synced 2025-01-12 04:44:27 +00:00
13 lines
341 B
Nim
13 lines
341 B
Nim
mode = ScriptMode.Verbose
|
|
|
|
packageName = "serialization"
|
|
version = "0.1.0"
|
|
author = "Status Research & Development GmbH"
|
|
description = "A modern and extensible serialization framework for Nim"
|
|
license = "Apache License 2.0"
|
|
skipDirs = @["tests"]
|
|
|
|
requires "nim >= 0.19.0",
|
|
"faststreams",
|
|
"stew"
|