1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-24 07:46:59 +03:00
wezterm/promise/Cargo.toml

14 lines
258 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]
async-task = "1.2"
async-std = "1.4"
tokio = {version="0.2", features=["full"]}
2019-12-15 08:43:05 +03:00
anyhow = "1.0"
thiserror = "1.0"
lazy_static = "1.3"