1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-28 01:06:37 +03:00
wezterm/promise/Cargo.toml
Wez Furlong fba2159839 deps: remove unused deps
Not all of these are needed in these crates (copypasta resulting
from splitting out modules)
2020-11-20 12:37:38 -08:00

14 lines
229 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "promise"
version = "0.2.0"
edition = "2018"
[dependencies]
async-task = "4.0"
async-std = "1.4"
anyhow = "1.0"
thiserror = "1.0"
lazy_static = "1.4"
flume = "0.9"