Files
nimproj/nimproj.nimble
Andrea 889db9fbbf
All checks were successful
Run tests / test (push) Successful in 55s
format
2025-09-04 20:57:23 +02:00

15 lines
200 B
Nim

# Package
version = "0.1.0"
author = "pro"
description = "my nim project"
license = "MIT"
bin = @["main"]
srcDir = "src"
binDir = "bin"
installExt = @["nim"]
# Dependencies
requires "nim >= 2.0.8"