Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.17 to 0.1.18. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.17...tokio-0.1.18) Signed-off-by: dependabot[bot] <support@dependabot.com>
24 lines
464 B
TOML
24 lines
464 B
TOML
[package]
|
|
name = "webterm"
|
|
version = "0.1.0"
|
|
authors = ["fabian.freyer@physik.tu-berlin.de"]
|
|
edition = "2018"
|
|
license = "BSD-3-Clause"
|
|
|
|
[dependencies]
|
|
actix= "0.7.9"
|
|
actix-web= "0.7.19"
|
|
libc = "0.2.51"
|
|
log = "0.4.6"
|
|
pretty_env_logger = "0.3.0"
|
|
serde = "1.0.89"
|
|
serde_json = "1.0.34"
|
|
tokio = "0.1.18"
|
|
tokio-pty-process = "*"
|
|
tokio-io= "0.1.12"
|
|
tokio-codec= "0.1.1"
|
|
futures = "0.1.25"
|
|
|
|
[patch.crates-io]
|
|
tokio-pty-process = {path = "vendor/stund/tokio-pty-process"}
|