nimstdlib.nimble 281 B

1234567891011121314
  1. # Package
  2. version = "0.1.0"
  3. author = "Rishav Sharan"
  4. description = "A techempower project using only the nim stdlib packages"
  5. license = "MIT"
  6. srcDir = "src"
  7. binDir = "bin"
  8. bin = @["nimstdlib"]
  9. # Dependencies
  10. requires "nim >= 1.4.8"