1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-19 18:57:59 +03:00
wezterm/promise/Cargo.toml

10 lines
164 B
TOML
Raw Normal View History

2019-03-04 18:38:56 +03:00
[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "promise"
version = "0.1.0"
edition = "2018"
[dependencies]
failure = "0.1"
failure_derive = "0.1"