summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2023-01-21Bump webbrowser from 0.7.1 to 0.8.3dependabot[bot]
Bumps [webbrowser](https://github.com/amodm/webbrowser-rs) from 0.7.1 to 0.8.3. - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/amodm/webbrowser-rs/compare/v0.7.1...v0.8.3) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24Fix missing feature flagsv0.4.9Sam Tay
Not sure how these got deleted
2022-08-24Bump version to 0.4.9Sam Tay
2022-08-22Dont block tokio taskSam Tay
2022-08-22Bump depsSam Tay
2022-08-21Bump version to 0.4.8v0.4.8Sam Tay
2022-08-21Add key to open SE answer in browserSam Tay
2022-08-21Bump version to 0.4.7Sam Tay
2022-02-22Bump version to v0.4.6v0.4.6Sam Tay
2022-01-12Update to cursive 0.17Alexandre Bury
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