nim-protobuf-serialization/protobuf_serialization.nimble
Joey Yakimowich-Payne 2d636d636d Nimble package init
2020-03-10 16:21:40 -06:00

14 lines
280 B
Nim

# Package
version = "0.1.0"
author = "Joey Yakimowich-Payne"
description = "Protobuf implementation compatible with the nim-serialization framework."
license = "MIT"
srcDir = "src"
skipDirs = @["tests"]
# Dependencies
requires "nim >= 1.0.6"