Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # Package
  2.  
  3. version = "0.1.0"
  4. author = "vr0n"
  5. description = "Terminak Kanban board in Nim"
  6. srcDir = "src"
  7. bin = @["talist"]
  8.  
  9.  
  10. # Dependencies
  11.  
  12. requires "nim >= 1.2.1"
  13. requires "termstyle"
  14. requires "https://github.com/PMunch/nim-prompt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement