1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00
wezterm/promise/Cargo.toml
2019-12-14 21:43:05 -08:00

10 lines
158 B
TOML

[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "promise"
version = "0.2.0"
edition = "2018"
[dependencies]
anyhow = "1.0"
thiserror = "1.0"