mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
1d9678706c
This starts up the tokio runtime on a secondary thread and spawns a future into it.
14 lines
258 B
TOML
14 lines
258 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "promise"
|
|
version = "0.2.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
async-task = "1.2"
|
|
async-std = "1.4"
|
|
tokio = {version="0.2", features=["full"]}
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
lazy_static = "1.3"
|