mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 22:42:48 +03:00
16 lines
269 B
TOML
16 lines
269 B
TOML
[package]
|
|
authors = ["Wez Furlong <wez@wezfurlong.org>"]
|
|
name = "promise"
|
|
version = "0.2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
async-task = "4.7"
|
|
async-executor = "1.11"
|
|
async-io = "2.3"
|
|
anyhow = "1.0"
|
|
thiserror = "1.0"
|
|
lazy_static = "1.4"
|
|
flume = "0.11"
|