Files
nimproj/nimproj.nimble
Andrea dfa75902e0
All checks were successful
Run tests / test-project (push) Successful in 15s
chore: update .nimble file
2025-09-03 11:33:29 +02:00

16 lines
249 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"