aboutsummaryrefslogtreecommitdiffstats
path: root/teleterm/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* bump oauth2Jesse Luehrs2019-12-071-1/+1
|
* bump depsJesse Luehrs2019-12-071-3/+3
|
* 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
* add basic template rendering abilityJesse Luehrs2019-11-231-0/+1
|
* connect to the teleterm server on watch requestsJesse Luehrs2019-11-221-0/+1
|
* make it return jsonJesse Luehrs2019-11-211-0/+1
|
* drop most default_features = false stuffJesse Luehrs2019-11-211-4/+4
| | | | | | it's not clear that this actually helps anything, and might make things worse by requiring multiple copies of crates with different features in the dep graph
* drop another unused depJesse Luehrs2019-11-211-1/+0
| | | | this was moved to tokio-terminal-resize
* no longer need this depJesse Luehrs2019-11-201-1/+0
|
* serve the teleterm-web contentJesse Luehrs2019-11-151-0/+1
|
* use workspacesJesse Luehrs2019-11-151-0/+58