ferret/Cargo.toml
Tyler Hallada 1e3cbe2972 Switch from shelling out to w3m to using html2text
Still can't figure out how to go back to the results list from the web view.

Also, it would be useful to be able to visit links in the web view.
2018-11-17 16:10:32 -05:00

17 lines
296 B
TOML

[package]
name = "ferret"
version = "0.1.0"
authors = ["Tyler Hallada <tyler@hallada.net>"]
[dependencies]
termion = "1.5.1"
liner = "0.4.4"
reqwest = "0.9.4"
scraper = "0.8.1"
html2text = "0.1.8"
[dependencies.cursive]
version = "0.9.2"
default-features = false
features = ["termion-backend"]