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]
|
2019-12-15 08:43:05 +03:00
|
|
|
anyhow = "1.0"
|
|
|
|
thiserror = "1.0"
|