Project is now named Celeste

This commit is contained in:
Emile Clark-Boman 2025-07-06 19:20:20 +10:00
parent 87917f9526
commit 269092fb53
45 changed files with 1507 additions and 12 deletions

View file

@ -0,0 +1,14 @@
# Package
version = "1.0.0"
author = "Emile Clark-Boman"
description = "Arbitrary Precision Integer Test - BigInts"
license = "MIT"
srcDir = "src"
bin = @["aparith", "speedtest_bigint"]
# Dependencies
requires "nim >= 2.2.0"
requires "bigints >= 1.0.0"