aboutsummaryrefslogtreecommitdiffstats
path: root/src/network_stream.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update reqwest and make async.Harald Eilertsen2021-07-051-2/+2
| | | | | | | | This means adding the full tokio as a dependency. While there isn't much gain to going async in the current cli demo app, a full fledged app may have more to gain by it. First foray into async rust, so I might not do it right...
* Cargo fmtHarald Eilertsen2020-01-031-4/+1
|
* Make channel and network stream behave like the rest.Harald Eilertsen2020-01-031-0/+33