Something depends on isaac 0.1.0, but that version doesn't compile on Nim 0.16 and above. Until the transitive dependancy is updated, ask for at least 0.1.2.
13 lines
296 B
Nim
13 lines
296 B
Nim
# Package
|
|
|
|
version = "0.10.0"
|
|
author = "Jonathan Bernard"
|
|
description = "Personal Time Keeper"
|
|
license = "MIT"
|
|
bin = @["ptk"]
|
|
|
|
# Dependencies
|
|
|
|
requires @["nim >= 0.15.0", "docopt >= 0.6.4", "uuids", "langutils", "tempfile", "timeutils >= 0.2.0", "isaac >= 0.1.2"]
|
|
|