14 lines
280 B
Nim
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"
|