1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00
wezterm/promise/Cargo.toml

14 lines
230 B
TOML
Raw Normal View History

2019-03-04 18:38:56 +03:00
[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "promise"
2019-12-15 08:43:05 +03:00
version = "0.2.0"
2019-03-04 18:38:56 +03:00
edition = "2018"
[dependencies]
2020-10-05 10:06:01 +03:00
async-task = "4.0"
async-std = "1.4"
2019-12-15 08:43:05 +03:00
anyhow = "1.0"
thiserror = "1.0"
lazy_static = "1.4"
2020-12-29 20:21:50 +03:00
flume = "0.10"