aboutsummaryrefslogtreecommitdiff
path: root/FeedNim.nimble
diff options
context:
space:
mode:
authorJohn Conway <john.a.conway@gmail.com>2019-05-08 10:37:10 +0100
committerJohn Conway <john.a.conway@gmail.com>2019-05-08 10:37:10 +0100
commitf45b14403744f99ae265cff2e05e98e74836e501 (patch)
treefa2bc6022bb42411bf8b001f857a107f4b6ed71f /FeedNim.nimble
parented9adeb45b0f8d25585df8fdc5e769be021fa1b2 (diff)
downloadfeed-nim-f45b14403744f99ae265cff2e05e98e74836e501.tar.gz
feed-nim-f45b14403744f99ae265cff2e05e98e74836e501.zip
Changed tothe Nimble package structure
Diffstat (limited to 'FeedNim.nimble')
-rw-r--r--FeedNim.nimble12
1 files changed, 12 insertions, 0 deletions
diff --git a/FeedNim.nimble b/FeedNim.nimble
new file mode 100644
index 0000000..e17914f
--- /dev/null
+++ b/FeedNim.nimble
@@ -0,0 +1,12 @@
+# Package
+
+version = "0.1.0"
+author = "John Conway"
+description = "An Atom, RSS, and JSONfeed parser"
+license = "MIT"
+srcDir = "src"
+
+
+# Dependencies
+
+requires "nim >= 0.19.4"