summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* bump depsJesse Luehrs2021-11-171-2/+2
|
* add some more data to the promptJesse Luehrs2021-11-171-0/+2
|
* track timing information for commandsJesse Luehrs2021-11-131-0/+1
|
* handle backspacing over combined characters properlyJesse Luehrs2021-11-121-0/+1
|
* use local copies of dependencies when developing locallyJesse Luehrs2021-11-111-3/+3
|
* handle dynamic terminal sizesJesse Luehrs2021-11-111-0/+3
|
* move to unstable async-stdJesse Luehrs2021-11-111-2/+1
| | | | apparently this is the only way i will get an async condvar
* switch to futures-liteJesse Luehrs2021-11-111-1/+1
|
* fix some dependenciesJesse Luehrs2021-11-101-3/+5
|
* more refactoring, make commands blocking by default and handle ^C/^ZJesse Luehrs2021-11-101-0/+1
|
* basic command running and displayJesse Luehrs2021-11-091-0/+7
|
* basic skeletonJesse Luehrs2021-11-061-2/+3
|
* project skeletonJesse Luehrs2021-11-061-0/+8