aboutsummaryrefslogtreecommitdiff
path: root/FeedNim.nimble
blob: 42d63a5ccbb3ad5640f4215e5267038cf2622868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Package

version       = "0.1.1"
author        = "John Conway"
description   = "An Atom, RSS, and JSONfeed parser"
license       = "MIT"
srcDir        = "src"


# Dependencies

requires "nim >= 0.19.4"