Tyler Hallada
aef4f0d76a
There are still some issues with launching a sub-program from within Cursive that have not been solved (see: https://github.com/gyscos/Cursive/issues/199). But, it works for the most part.
18 lines
306 B
TOML
18 lines
306 B
TOML
[package]
|
|
name = "ferret"
|
|
version = "0.1.0"
|
|
authors = ["Tyler Hallada <tyler@hallada.net>"]
|
|
|
|
[dependencies]
|
|
termion = "1.5.1"
|
|
tui = "0.2.0"
|
|
liner = "0.4.4"
|
|
reqwest = "0.8.4"
|
|
scraper = "0.4.0"
|
|
chan = "0.1.20"
|
|
|
|
[dependencies.cursive]
|
|
version = "0.7.5"
|
|
default-features = false
|
|
features = ["termion-backend"]
|