summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2021-06-30Fix bench configv0.4.5Sam Tay
2021-06-30Bump versionSam Tay
2021-06-30Fix google parserSam Tay
2021-06-29Update deps - closes #5v0.4.4Sam Tay
2021-01-26Merge pull request #14 from Byron/masterSam Tay
Reduce crate size considerably using 'include' directive in manifest
2021-01-26Fix packaging issue due to benchmarks not foundSebastian Thiel
2021-01-26add whole 'themes' folder, it's required during compilationSebastian Thiel
2021-01-19Update to cursive 0.16Alexandre Bury
2021-01-15Reduce crate size considerably using 'include' directive in manifestSebastian Thiel
Please let me know if there is anything else that should be included and I am happy to make the fix. This is the output of `cargo diet`. ``` ➜ so git:(master) cargo diet ┌─────────────────────────────────────────┬─────────────┐ │ Removed File │ Size (Byte) │ ├─────────────────────────────────────────┼─────────────┤ │ .gitignore │ 24 │ │ test/.gitattributes │ 30 │ │ .github/workflows/bump_brew_formula.yml │ 313 │ │ themes/tomorrow.toml │ 366 │ │ themes/tomorrow_night_80s.toml │ 378 │ │ .github/ISSUE_TEMPLATE/bug_report.md │ 487 │ │ ci/before_deploy.ps1 │ 539 │ │ ci/script.sh │ 545 │ │ ci/before_deploy.sh │ 631 │ │ benches/md_parsing.rs │ 857 │ │ roadmap.md │ 1018 │ │ themes/default.toml │ 1344 │ │ ci/install.sh │ 1352 │ │ .github/CONTRIBUTING.md │ 1574 │ │ .travis.yml │ 1867 │ │ appveyor.yml │ 2000 │ │ TODO.md │ 2127 │ │ docs/install.sh │ 2343 │ │ benches/html_parsing.rs │ 2649 │ │ test/duckduckgo/bad-user-agent.html │ 5783 │ │ assets/logo.png │ 39361 │ │ test/duckduckgo/tagged.html │ 71504 │ │ test/duckduckgo/exit-vim.html │ 72157 │ │ test/google/parsing-q.html │ 210638 │ │ test/google/exit-vim.html │ 219267 │ │ assets/demo.gif │ 3776432 │ └─────────────────────────────────────────┴─────────────┘ Saved 98% or 4.4 MB in 26 files (of 4.5 MB and 46 files in entire crate) ```
2021-01-14Update email addressSam Tay
2021-01-14Bump versionSam Tay
2021-01-13Fix syn dependency issue, closes #13Sam Tay
2020-07-13Bump deps - closes #8v0.4.2Sam Tay
2020-07-10Bump versionv0.4.1Sam Tay
2020-07-07Bump versionv0.4.0Sam Tay
2020-07-02Bump versionv0.3.6Sam Tay
2020-06-30Bump versionv0.3.5Sam Tay
2020-06-28Bump versionv0.3.4Sam Tay
2020-06-28Remove unused dependenciesSam Tay
2020-06-28Benchmark & improve md parsingSam Tay
2020-06-27Add benchmarks for HTML parsingSam Tay
2020-06-25Bump versionv0.3.3Sam Tay
2020-06-25Add CI courtesy of trust & crossSam Tay
2020-06-25Update docsSam Tay
2020-06-24Update cargo metadataSam Tay
2020-06-23Add duckduckgo search engineSam Tay
2020-06-21Fix resizing issueSam Tay
Turns out this is an issue running ncurses after crossterm
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-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-04Stash reqwest progressSam Tay
2020-06-02Parse CLI args with clapSam Tay
2020-05-30Initial commitSam Tay