1
2
3
4
5
6
7
8
9
10
11
12
13
# Package
version = "0.1.0"
author = "Leah (ctucx)"
description = "Automaticly post travelynx checkins on the fediverse"
license = "MIT"
srcDir = "src"
bin = @["travelynx2fedi"]
# Dependencies
requires "nim >= 1.6.12"