1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/promise/Cargo.toml
2024-05-13 10:29:12 -07:00

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"