summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2020-06-18Remove tokiono-tokioSam Tay
This doesnt seem to fix the resizing problem...
2020-06-18Parallelize markdown parsing, and do it upfrontSam Tay
2020-06-17Use async http requests via tokioSam Tay
2020-06-12Fix cursive panicsSam Tay
2020-06-11...Use cursive insteadSam Tay
2020-06-10Trying out tui-rs...Sam Tay
2020-06-08Refactor error handlingSam Tay
2020-06-07Leverage termimad to print sites in a tableSam Tay
And scrap all the crossterm wrappers in term.rs
2020-06-07Start using termimadSam Tay
Getting feet wet by scrapping manual crossterm calls and just letting termimad do the heavy lifting via markdown
2020-06-07Propagate errors throughout appSam Tay
and add stdout styles via crossterm
2020-06-06Implement --list-sites and --update-sitesSam Tay
and validation on supplied site argument.
2020-06-04Successfully print top answer to stdoutSam Tay
2020-06-02Parse CLI args with clapSam Tay