summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2020-02-20Uptick version before patch.ClementTsang
2020-02-20Fix issue with default file paths not being respected; updated default file p...ClementTsang
2020-02-19Update cargo.toml, some todosClementTsang
2020-02-17Change to focus on speed.ClementTsang
2020-02-17Fix issue introduced with last commit on searching.ClementTsang
2020-02-17Some clippy and refactoring.ClementTsang
2020-02-15[skip travis] Update documentation a bit.ClementTsang
2020-02-15Updated heim version.ClementTsang
2020-02-14Merged async together.ClementTsang
2020-02-09Update sysinfo, add total network to windows/linux.ClementTsang
2020-02-08Update and clean up ? menu... some more work to be done thoughClementTsang
2020-02-08Some cleaning up of the canvas colour setting featureClementTsang
2020-02-06Config with toml insteadClementTsang
2020-02-05Remove termion from Cargo, causes windows builds to failClementTsang
2020-02-05Update cargo to newer versions of cratesClementTsang
2020-02-04Remove useless to_vec() calls to reduce clonesClementTsang
2020-02-04Update Cargo, changed the CLI flags for search a bit along with the docs to b...ClementTsang
2020-02-02[skip travis] Update README to reflect added libsClementTsang
2020-02-02Add panic hook, fix cpu legend causing panic on small windowsClementTsang
2020-01-21Updated cargo and .gitignoreClementTsang
2020-01-12Change of hjkl navigation and removal of q to quit (replaced by Ctrl-[char]) ...ClementTsang
2020-01-11[skip travis] Change of terminology within README.ClementTsang
2020-01-11(cargo-release) start next development iteration 0.1.3-alpha.0ClementTsang
2020-01-11Potential fix for a panic with time comparisonsClementTsang
2020-01-09Update Cargo to 0.2 (again), and update READMEClementTsang
2020-01-09(cargo-release) start next development iteration 0.1.2-alpha.0ClementTsang
2020-01-09Fix a quite large bug with disks table display.ClementTsang
2020-01-06Some basic cleaningClementTsang
2020-01-04Add optimization to Cargo.tomlClementTsang
2020-01-03(cargo-release) start next development iteration 0.1.1-alpha.0ClementTsang
2020-01-02[skip travis] More documentation tweakingClementTsang
2020-01-02Some documentation changesClementTsang
2020-01-02Fix mouse scrolling in windowsClement Tsang
2019-12-26Add random colour generation to allow for dealing with large multicore system...ClementTsang
2019-12-26Try updating dev-dependency...ClementTsang
2019-12-25Redid some of the networking portion, changed cargo a bit, some refactoringClementTsang
2019-12-25Update heimClementTsang
2019-12-25Update to newer version of cratesClementTsang
2019-12-22Fix problem with missing brackets and BEDMAS...Clement Tsang
2019-12-13Fix for winapiClement Tsang
2019-12-13Fixed problem with invalid vector index access.Clement Tsang
2019-12-12update sysinfo depClementTsang
2019-12-07[skip travis] Increment up Cargo.toml file... next release will be 0.1.0ClementTsang
2019-12-07Update dependenciesClementTsang
2019-12-06Re-use tui fork for now...ClementTsang
2019-12-06Update tui version... legends aren't showing up yet, will have to fork again.ClementTsang
2019-11-05Fanagle with tui. Going to probably put this on halt until tui-rs pushes a n...ClementTsang
2019-10-19Change for binary nameClementTsang
2019-10-16Add more buzzwords.ClementTsang
2019-10-10Minor change to fern init results and added to error fileClementTsang