uuids/uuids.nimble
ee7 8cb8720b56 Fix error with styleCheck
Before this commit, running `nim c --styleCheck:error` on a file
that imports the `uuids` package would produce an error on Windows.

`WINBOOL` is defined here:
52cf728001/lib/windows/winlean.nim (L33)

Fixes: #5
2021-01-15 17:07:13 +07:00

9 lines
151 B
Nim

[Package]
name: "uuids"
version: "0.1.11"
author: "Xored Software, Inc."
description: "UUID library"
license: "MIT"
[Deps]
requires: "isaac >= 0.1.3"