stock-watcher/stock_watcher.nimble

14 lines
259 B
Nim

# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Utility to monitor the price of specific stocks."
license = "MIT"
srcDir = "src"
bin = @["stock_watcher"]
# Dependencies
requires "nim >= 1.6.10"