8/hh1.nimble

18 lines
369 B
Text
Raw Permalink Normal View History

2024-07-19 17:36:17 +02:00
# Package
version = "0.1.0"
2024-08-19 13:49:47 +02:00
author = "cereci5049"
description = "A new awesome nimble package for Whole Sellers to sell directly to Sellers at low cost."
2024-07-19 17:36:17 +02:00
license = "BSD-3-Clause"
srcDir = "src"
installExt = @["nim"]
bin = @["hh1"]
# Dependencies
requires "nim >= 2.0.8"
2024-08-19 13:49:47 +02:00
requires "mike"
requires "nimja"
2024-08-19 21:51:21 +02:00
requires "turso-nim"