# Package version = "0.1.0" author = "Rishav Sharan" description = "A techempower project using only the nim stdlib packages" license = "MIT" srcDir = "src" binDir = "bin" bin = @["nimstdlib"] # Dependencies requires "nim >= 1.4.8"