Files
SteamMoneyEstimator/SteamMoneyEstimator.nimble
2023-08-10 22:56:26 -05:00

14 lines
340 B
Nim

# Package
version = "1.0.6"
author = "Michael Yick"
description = "Estimates how much money a piece of software makes on steam using information about its reviews."
license = "AGPL-3.0-only"
srcDir = "src"
bin = @["SteamMoneyEstimator"]
binDir = "bin"
# Dependencies
requires "nim >= 1.6.10"