liste 0.0.1

RSS reader for terminal with rust and ncurses
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "liste"
version = "0.0.1"
authors = ["poulp <amathieu@protonmail.com>"]
description = "RSS reader for terminal with rust and ncurses"
license = "WTFPL"

[dependencies]
ncurses = "5.85.0"
feed = "2.0"