# Copyright (c) 2015 Chris Palmer # Use of this source code is governed by the GPLv3 license that can be # found in the LICENSE file. [package] name = "feedreader" version = "0.1.0" authors = ["Chris Palmer(PhnxRbrn) "] repository = "https://github.com/red-oxide/feedreader" homepage = "https://github.com/red-oxide/feedreader" license = "GPL-3.0" readme = "README.md" documentation = "http://red-oxide.github.io/feedreader" description = "Parse RSS feeds from url" [dependencies] rss = "0.2.1" url = "0.2.37" curl = "0.2.12"