aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm-web/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* bump seedJesse Luehrs2019-12-071-1/+1
|
* bump depsJesse Luehrs2019-12-071-1/+1
|
* strip out most logging in release buildsJesse Luehrs2019-11-231-1/+1
|
* remove unicode-normalization from the wasm buildJesse Luehrs2019-11-231-1/+1
| | | | | this cuts about 30% off of the binary size, and should have almost no impact
* i don't think rlib is necessary?Jesse Luehrs2019-11-231-1/+1
| | | | | i thiiiiink that's just if the crate is supposed to be for both native code and wasm
* more web display improvementsJesse Luehrs2019-11-221-0/+1
|
* use vt100 to render the terminal data in the browser(!)Jesse Luehrs2019-11-221-0/+1
|
* switch to the log crateJesse Luehrs2019-11-221-0/+2
|
* implement listing and watching on the web sideJesse Luehrs2019-11-221-0/+3
| | | | | watching doesn't do anything yet, because the server side doesn't yet know how to send messages to a watch client
* start using seed on the web sideJesse Luehrs2019-11-221-0/+2
|
* formattingJesse Luehrs2019-11-161-2/+1
|
* don't publish teleterm-webJesse Luehrs2019-11-151-0/+3
|
* add basic websocket clientJesse Luehrs2019-11-151-0/+13